@prismicio/client
Version:
The official JavaScript + TypeScript client library for Prismic
16 lines (14 loc) • 385 B
text/typescript
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