fix. any로 지정되어 있던 부분 명시적으로 수정
This commit is contained in:
@@ -5,9 +5,10 @@ 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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user