UseDataExportState
Home > @gooddata/sdk-ui > UseDataExportState
UseDataExportState type
Indicates current state of useDataExport hook
Signature:
export type UseDataExportState = UseCancelablePromiseState<string, GoodDataSdkError>;
References: UseCancelablePromiseState, GoodDataSdkError