feat(WIP): process 국가선택 추가
This commit is contained in:
@@ -51,4 +51,16 @@ export type procGeneralRawItemList = procGeneralRawItem[];
|
||||
|
||||
export function convertGeneralList(keys: procGeneralKeyList, rawList: procGeneralRawItemList): procGeneralList{
|
||||
return combineArray(rawList, keys) as procGeneralList;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
export type procNationItem = {
|
||||
id: number,
|
||||
name: string,
|
||||
color: string,
|
||||
power: number,
|
||||
info?: string,
|
||||
notAvailable?: boolean,
|
||||
};
|
||||
|
||||
export type procNationList = procNationItem[];
|
||||
Reference in New Issue
Block a user