mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
fix: replace NativeDate with Date in IBooking
Use standard Date type instead of removed Mongoose 9 alias. Co-authored-by: Thomas Ruoff <111471+tomru@users.noreply.github.com>
This commit is contained in:
@@ -27,8 +27,8 @@ export interface IBooking {
|
||||
destination?: string
|
||||
days?: string[]
|
||||
calendarEventId?: string
|
||||
createdAt?: NativeDate
|
||||
updatedAt?: NativeDate
|
||||
createdAt?: Date
|
||||
updatedAt?: Date
|
||||
toJSON?: () => IBooking
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user