fix: vue-tsc 에러 반영

This commit is contained in:
2022-04-05 23:06:58 +09:00
parent 29619ada08
commit c7df50d899
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { default as ProcessGeneralAmount } from "../ProcessGeneralAmount.vue";
import { default as ProcessGeneralCity } from "./che_발령.vue";
import { default as ProcessCity } from "../ProcessCity.vue";
export const commandMap: Record<string, typeof ProcessNation> = {
export const commandMap: Record<string, typeof ProcessNation | typeof ProcessCity> = {
che_국기변경,
che_국호변경,
che_급습: ProcessNation,