UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

13 lines (12 loc) 378 B
import { CustomTypeModelFieldType } from "./types.js"; //#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.ts.map