UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

11 lines (10 loc) 265 B
import type { CustomTypeModelFieldType } from "./types"; /** * @deprecated - Legacy field. Do not use. */ export interface CustomTypeModelSeparatorField { type: typeof CustomTypeModelFieldType.Separator; config?: { label?: string | null; }; }