feat: GetConst에서 버전 정보 반환

This commit is contained in:
2023-03-22 22:54:47 +09:00
parent ca3e64f3b9
commit 9b4d5455e5
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@ export interface GetConstResponse {
optionalPersonality: "personality";
allItems: "item";
};
version: string;
};
}