QueryProcessingPendingState
Home > @gooddata/sdk-ui-dashboard > QueryProcessingPendingState
QueryProcessingPendingState type
Signature:
export type QueryProcessingPendingState = {
status: "pending";
error: undefined;
result: undefined;
};