4 lines
124 B
TypeScript
4 lines
124 B
TypeScript
import type { FieldDefinition } from "./fields/index.ts";
|
|
|
|
export type CustomModelFields = Record<string, FieldDefinition>;
|