import type { ComputeIntersectionDeep } from "hry-types/src/Object/ComputeIntersectionDeep"; import type { ComponentDoc } from "../api/DefineComponent/ReturnType/ComponentDoc"; import type { UnionToComma } from "./UnionToComma.test"; type _Validator> = [DuplicateKeys] extends [never] ? object : `重复的字段${UnionToComma}`; export type CompDocExtends = {}> = ComputeIntersectionDeep; export {};