IFactsQueryResult
Home > @gooddata/sdk-backend-spi > IFactsQueryResult
IFactsQueryResult type
Queried attributes are returned in a paged representation.
Signature:
export type IFactsQueryResult = IPagedResource<IFactMetadataObject>;
References: IPagedResource, IFactMetadataObject