gradido/backend/src/seeds/creation/CreationInterface.ts
2025-11-30 12:30:33 +01:00

12 lines
281 B
TypeScript

export { CreationInterface } from 'database'
/*
export interface CreationInterface {
email: string
amount: number
memo: string
contributionDate: string
confirmed?: boolean
// number of months to move the confirmed creation to the past
moveCreationDate?: number
}
*/