Logo
Type aliases

ReportEventItem

ReportEventItem = object

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

From backend schema

Properties

id

id: string

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

The id of the event


report_id

report_id: string

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

The id of the report


event_type

event_type: string

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

The type of the event


event_data

event_data: ProgressEvent | ReportUpdateEvent | ReportStateEvent

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

The data for the event


timestamp

timestamp: string

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

The timestamp for the event

On this page