ImageExportState
type ImageExportState =
| ImageExportIdleState
| ImageExportLoadingState
| ImageExportErrorState
| ImageExportSuccessState;
Discriminated union of every state an image export can be in.
type ImageExportState =
| ImageExportIdleState
| ImageExportLoadingState
| ImageExportErrorState
| ImageExportSuccessState;
Discriminated union of every state an image export can be in.