Skip to content

Commit b51906f

Browse files
committed
feat(types): change director name
1 parent 92b4c99 commit b51906f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ export interface BotInfo {
3030
can_connect_to_business?: boolean;
3131
has_main_web_app?: boolean;
3232
}
33+
export interface RoastMessages {
34+
replyToUser: string[];
35+
notReplyingToAnyone: string[];
36+
replyToBot: string[];
37+
}

0 commit comments

Comments
 (0)