timestamp to date

This commit is contained in:
Moriz Wahl 2021-12-01 14:03:56 +01:00
parent 2a5b0e49fe
commit e99aa0d5ad

View File

@ -33,7 +33,7 @@ export interface TransactionSendCoinContext {
export interface TransactionCreationContext {
userId?: number
amount?: number
targetDate?: Timestamp
targetDate?: Date
transaction?: Transaction
}