export interface UltimateEntity { id: string; name?: string; group?: string; hidden?: boolean; description?: string; isBuiltInEntity?: boolean; ordering?: { enabled: boolean; positionPropertyName: string; }; }