Skip to content

Commit 7458b1c

Browse files
committed
fix typing issue introduced in 6a91e5c (#758)
1 parent 6384899 commit 7458b1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/v1/service/room/Room.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ export class ServiceRoom {
5959
data: {
6060
title: string;
6161
type: RoomType;
62+
/** unused */
63+
region?: Region;
6264
beginTime?: number | Date;
6365
endTime?: number | Date;
6466
},

0 commit comments

Comments
 (0)