Logo
Type aliases

ReportStateEvent

ReportStateEvent = object

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

Event for notifying when an report's state changes.

Properties

timestamp?

optional timestamp: string

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


type

type: "report_state_update"

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


msg

msg: string

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

The message to display to the user


status

status: ReportState

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

The new state of the report