UNPKG

@prismicio/types-internal

Version:
5 lines (3 loc) 226 B
import type { Group, NestableWidget, NestedGroup, UID } from "../customtypes" export type OnFieldFn<T extends UID | NestableWidget | Group | NestedGroup> = (args: { path: ReadonlyArray<string>; key: string; field: T }) => T