fix. 수정
This commit is contained in:
@@ -36,7 +36,7 @@ export interface GameDataValue {
|
||||
footer_dev_ci_img_yn: boolean
|
||||
footer_dev_ci_img_path: string
|
||||
default_lang_code?: string
|
||||
game_font: GameDataGameFont
|
||||
game_font_key_json?: GameDataGameFont
|
||||
globals: GameDataGlobal[]
|
||||
gnb: GameDataGnb
|
||||
intro: GameDataIntro
|
||||
|
||||
@@ -84,10 +84,10 @@ export interface PageDataResourceGroupResPath {
|
||||
}
|
||||
|
||||
export interface PageDataResourceGroupBtnInfo extends ColorObject {
|
||||
disabled: boolean
|
||||
txt_btn_name: string
|
||||
detail: Record<string, any>
|
||||
use_game_font: 0 | 1
|
||||
disabled?: boolean
|
||||
use_game_font?: 0 | 1
|
||||
}
|
||||
|
||||
// 리소스 그룹 타입
|
||||
@@ -95,7 +95,7 @@ export interface PageDataResourceGroupDisplay extends ColorObject {
|
||||
text?: string
|
||||
color_code?: string
|
||||
color_name?: string
|
||||
use_game_font: 0 | 1
|
||||
use_game_font?: 0 | 1
|
||||
}
|
||||
|
||||
export interface PageDataResourceGroup {
|
||||
|
||||
Reference in New Issue
Block a user