Variables
status
status:
object
Defined in: packages/cloud/src/client/types.gen.ts:5044
Current status of the operation
Type declaration
PENDING
readonly
PENDING:"pending"
="pending"
IN_PROGRESS
readonly
IN_PROGRESS:"in_progress"
="in_progress"
COMPLETED
readonly
COMPLETED:"completed"
="completed"
ERROR
readonly
ERROR:"error"
="error"