Variables
ReportState
ReportState:
object
Defined in: packages/cloud/src/client/types.gen.ts:5383
Type declaration
PENDING
readonly
PENDING:"pending"
="pending"
PLANNING
readonly
PLANNING:"planning"
="planning"
WAITING_APPROVAL
readonly
WAITING_APPROVAL:"waiting_approval"
="waiting_approval"
GENERATING
readonly
GENERATING:"generating"
="generating"
COMPLETED
readonly
COMPLETED:"completed"
="completed"
ERROR
readonly
ERROR:"error"
="error"