Logo
Type aliases

ReportStateEvent

ReportStateEvent = object

Defined in: packages/cloud/src/client/types.gen.ts:5403

Event for notifying when an report's state changes.

Properties

timestamp?

optional timestamp: string

Defined in: packages/cloud/src/client/types.gen.ts:5404


type

type: "report_state_update"

Defined in: packages/cloud/src/client/types.gen.ts:5405


msg

msg: string

Defined in: packages/cloud/src/client/types.gen.ts:5409

The message to display to the user


status

status: ReportState

Defined in: packages/cloud/src/client/types.gen.ts:5413

The new state of the report

On this page