import { Field } from "../interfaces/field.interface";
export type Fields = Record<string, Field>;
