import type { EmptyObject } from "hry-types/src/Misc/EmptyObject"; import type { InferSpecificType } from "../../../types/InferSpecificType"; export type PropertiesValueValidator ? never : k : never]: { value: () => "⚠️类型错误⚠️"; }; }> = EmptyObject extends Result ? unknown : Result;