Skip to content

Commit 3346638

Browse files
committed
Patch: seat type
1 parent 63a555b commit 3346638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types/elements/seat.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ export interface ISeat {
1717
x: number;
1818
y: number;
1919
label?: string;
20-
category?: string;
21-
status?: SeatStatus;
20+
category?: string | null;
21+
status?: SeatStatus | string;
2222
}

0 commit comments

Comments
 (0)