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
|
amount: number
|
||||||
name: string
|
name: string
|
||||||
memo: string
|
memo: string
|
||||||
validFrom?: date
|
validFrom?: Date
|
||||||
validTo?: date
|
validTo?: Date
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user