UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

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