import { CustomTypeModelFieldType } from "./types.cjs"; //#region src/types/model/separator.d.ts /** @deprecated - Legacy field. Do not use. */ interface CustomTypeModelSeparatorField { type: typeof CustomTypeModelFieldType.Separator; config?: { label?: string | null; }; } //#endregion export { CustomTypeModelSeparatorField }; //# sourceMappingURL=separator.d.cts.map