import type { FieldType, SlicesTypes, } from "@prismicio/types-internal/lib/customtypes" export interface MockConfig< W extends FieldType | SlicesTypes | "Repeatable", T, > { type: W value?: T }