UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

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