import { type Field, type FieldValue } from '../records/field.js';
export type RecordFieldsMap = Record<string, Field<FieldValue>>;
