ulthar-framework/packages/fabric/domain/models/custom-model-fields.ts

4 lines
124 B
TypeScript

import type { FieldDefinition } from "./fields/index.ts";
export type CustomModelFields = Record<string, FieldDefinition>;