Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ArvindEnvoy committed Nov 20, 2024
1 parent f00425d commit c335b30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/resources/ReservationResource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export interface ReservationCreationAttributes {
'entry-id'?: number | null;
'start-time'?: number | null; // Unix timestamp
'end-time'?: number | null; // Unix timestamp
'booking-source': 'WORKFLOWS'

meta?: {
'auto-assign-desk'?: boolean;
Expand Down

0 comments on commit c335b30

Please sign in to comment.