mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-02 22:17: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
|
destination?: string
|
||||||
days?: string[]
|
days?: string[]
|
||||||
calendarEventId?: string
|
calendarEventId?: string
|
||||||
createdAt?: NativeDate
|
createdAt?: Date
|
||||||
updatedAt?: NativeDate
|
updatedAt?: Date
|
||||||
toJSON?: () => IBooking
|
toJSON?: () => IBooking
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user