gradido/database/src/seeds/contributionLink/ContributionLinkInterface.ts
2025-11-28 19:01:28 +01:00

8 lines
130 B
TypeScript

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