feat: 여러턴 예약을 ReserveBulkdCommand로 대체
This commit is contained in:
@@ -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: '방랑군',
|
||||
|
||||
Reference in New Issue
Block a user