export interface EntityAttribute { DisplayName?: string; Name?: string; Type?: string; Required?: boolean; Internal?: boolean; Comment?: string; }