import type { AgFieldIdentifier } from '../../api/agField'; import type { AgField } from '../../api/agField'; export type Fieldset = { id: string; name: string; description?: string; fields: Record; }; export type InferFields = Extract;