feat: 여러턴 예약을 ReserveBulkdCommand로 대체

This commit is contained in:
2022-03-24 00:34:05 +09:00
parent 79b9e1b22a
commit acafb15215
5 changed files with 114 additions and 35 deletions
+5
View File
@@ -40,6 +40,11 @@ export type ReserveCommandResponse = {
brief: string,
}
export type ReserveBulkCommandResponse = {
result: true,
briefList: string[],
}
export type NationLevel = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
export const NationLevelText: Record<NationLevel, string> = {
0: '방랑군',