refac: General/GetFrontInfo 정보 추가
- Global/GetRecentRecord 항목 포함
This commit is contained in:
@@ -103,6 +103,7 @@ export type AutorunUserMode = "develop" | "warp" | "recruit" | "recruit_high" |
|
||||
|
||||
export type GetFrontInfoResponse = {
|
||||
result: true;
|
||||
recentRecord: Omit<GetRecentRecordResponse, "result">;
|
||||
global: {
|
||||
scenarioText: string;
|
||||
extendedGeneral: 1 | 0;
|
||||
|
||||
Reference in New Issue
Block a user