UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

18 lines (16 loc) 408 B
import { CustomTypeModelFieldType } from "./types.js"; //#region src/types/model/table.d.ts /** * A table custom type field. * * More details: {@link https://prismic.io/docs/table} */ interface CustomTypeModelTableField { type: typeof CustomTypeModelFieldType.Table; config?: { label?: string | null; }; } //#endregion export { CustomTypeModelTableField }; //# sourceMappingURL=table.d.ts.map