Variables
StatusType
const
StatusType:object
Defined in: packages/cloud/src/beta/agent/types.ts:15
Status types for agent data processing
Type declaration
ERROR
readonly
ERROR:"error"
="error"
ACCEPTED
readonly
ACCEPTED:"accepted"
="accepted"
REJECTED
readonly
REJECTED:"rejected"
="rejected"
PENDING_REVIEW
readonly
PENDING_REVIEW:"pending_review"
="pending_review"