Logo
Type aliases

ReportPlan

ReportPlan = object

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

Properties

id?

optional id: string

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

The id of the report plan


blocks?

optional blocks: ReportPlanBlock[]

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

The blocks of the report


generated_at?

optional generated_at: string

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

The timestamp of when the plan was generated

On this page