fix. videoPlay, arrow 배경색상 어드민 지정 적용

This commit is contained in:
clkim
2026-01-16 13:43:25 +09:00
parent 3d730e93e6
commit dcad642b59
10 changed files with 43 additions and 31 deletions

View File

@@ -91,7 +91,9 @@ export interface PageDataResourceGroupBtnInfo extends ColorObject {
// 리소스 그룹 타입
export interface PageDataResourceGroupDisplay extends ColorObject {
text: string
text?: string
color_code?: string
color_name?: string
}
export interface PageDataResourceGroup {