Model interface
Signature:
export interface Model
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
Record<string, Field> |
(Optional) | |
|
|
Record<string, Relation> |
(Optional) | |
|
|
{ readonly table?: string; readonly fields?: Record<string, { readonly column?: string; }>; } |
(Optional) |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.