MCPcopy Create free account
hub / github.com/Houseofmvps/codesight / SchemaModel

Interface SchemaModel

src/types.ts:113–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113export interface SchemaModel {
114 name: string;
115 fields: SchemaField[];
116 relations: string[];
117 orm: ORM;
118 confidence?: DetectionMethod;
119}
120
121export interface SchemaField {
122 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected