import type { CustomComponentDefinition } from "../../CustomComponent/returnType"; export type SubComponentsOption = { subComponents?: [...TSubComponentReturnTypeList]; };