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