We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a555b commit 3346638Copy full SHA for 3346638
src/types/elements/seat.ts
@@ -17,6 +17,6 @@ export interface ISeat {
17
x: number;
18
y: number;
19
label?: string;
20
- category?: string;
21
- status?: SeatStatus;
+ category?: string | null;
+ status?: SeatStatus | string;
22
}
0 commit comments