export interface ContributionLinkInterface { amount: number name: string memo: string validFrom?: Date validTo?: Date }