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

@@ -1,8 +1,9 @@
<script setup lang="ts">
import { getComponentGroup, getComponentGroupAry } from '#layers/utils/dataUtil'
import type { PageDataTemplateComponents } from '#layers/types/api/pageData'
interface Props {
components: Record<string, any>
components: PageDataTemplateComponents
pageVerTmplSeq: string
}