Skip to content

Commit

Permalink
Patch: seat type
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Feb 27, 2024
1 parent 63a555b commit 3346638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/elements/seat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export interface ISeat {
x: number;
y: number;
label?: string;
category?: string;
status?: SeatStatus;
category?: string | null;
status?: SeatStatus | string;
}

0 comments on commit 3346638

Please sign in to comment.