mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
fix createAt updatedAt types
This commit is contained in:
@@ -28,6 +28,8 @@ export interface IBooking {
|
||||
destination?: string
|
||||
days?: string[]
|
||||
calendarEventId?: string
|
||||
createdAt?: NativeDate
|
||||
updatedAt?: NativeDate
|
||||
toJSON?: () => IBooking
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user