Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BotPipelineStatus

Hierarchy

  • BotPipelineStatus

Index

Properties

current_stage

current_stage: object

Type declaration

  • id: string
  • promoted_by: string
  • promoted_on: Date

Optional stage_request

stage_request: object

Type declaration

  • Optional approvals?: StageRequestApprovers[]
  • Optional expires_on?: Date
  • id: string
  • Optional message?: string
  • requested_by: string
  • requested_on: Date
  • status: string

Generated using TypeDoc