Skip to content

Commit bc009e6

Browse files
author
Hyunje Jun
committed
1 parent 10bb35e commit bc009e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/global.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ declare namespace Line {
3636
export type EventSource = User | Group | Room;
3737

3838
export type User = Typed & { userId: string };
39-
export type Group = Typed & { groupId: string };
40-
export type Room = Typed & { roomId: string };
39+
export type Group = Typed & { groupId: string, userId?: string };
40+
export type Room = Typed & { roomId: string, userId?: string };
4141

4242
export type ReplyableEvent = EventBase & { replyToken: string };
4343

0 commit comments

Comments
 (0)