mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
12 lines
281 B
TypeScript
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
|
|
}
|
|
*/ |