export interface ModelRelationship { Entity: string; EntityField: string; Fields: string[]; MainEntityField: string; TableName?: string; }