Юниверс DG SDK UI
v2.16.0

Псевдоним типа IAssetGroupQuery

IAssetGroupQuery: IGroupQueryBase & {
    entity: string;
    facets?: Universe.DG.DataCommon.FACETS[];
    hierarchical?: boolean;
    returnFields?: string[];
    searchDataType: Universe.DG.DataCommon.SearchDataType;
}