Logo
Type aliases

ReportPlan

ReportPlan = object

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

Properties

id?

optional id: string

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

The id of the report plan


blocks?

optional blocks: ReportPlanBlock[]

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

The blocks of the report


generated_at?

optional generated_at: string

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

The timestamp of when the plan was generated

On this page