UNPKG

manifest

Version:

The backend for AI code editors

11 lines (10 loc) 269 B
export type RelationshipManifest = { name: string; entity: string; eager?: boolean; type: 'many-to-one' | 'many-to-many' | 'one-to-many' | 'one-to-one'; helpText?: string; owningSide?: boolean; inverseSide?: string; nested?: boolean; };