mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
proper type in seed
This commit is contained in:
parent
7640680c42
commit
dcc1e9c2e7
@ -2,6 +2,6 @@ export interface ContributionLinkInterface {
|
||||
amount: number
|
||||
name: string
|
||||
memo: string
|
||||
validFrom?: date
|
||||
validTo?: date
|
||||
validFrom?: Date
|
||||
validTo?: Date
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user