fix. any로 지정되어 있던 부분 명시적으로 수정

This commit is contained in:
clkim
2025-10-14 16:40:04 +09:00
parent 8edaff1f7a
commit fb8b418b52
13 changed files with 150 additions and 91 deletions

View File

@@ -3,7 +3,7 @@ import { templateRegistry } from '#layers/registry'
import type {
PageDataValue,
PageDataTemplate,
PageDataComponent,
PageDataResourceContainer,
PageDataMetaTag,
} from '#layers/types/api/pageData'
@@ -16,7 +16,7 @@ const props = defineProps<Props>()
// 템플릿 레지스트리 타입 캐스팅
const registry = templateRegistry as unknown as Record<
string,
{ component: PageDataComponent }
{ component: PageDataResourceContainer }
>
// 개별 메타 태그 표시 여부 확인