Variable ExportStatusConst
ExportStatus: {
Done: "DONE";
Error: "ERROR";
Processing: "PROCESSING";
Requested: "REQUESTED";
} = ...
Type Declaration
-
ReadonlyDone: "DONE"
-
ReadonlyError: "ERROR"
-
ReadonlyProcessing: "PROCESSING"
-
ReadonlyRequested: "REQUESTED"
The current status of the request.