Skip to content

Variable: GetDashboardItemPropertySchema

ts
const GetDashboardItemPropertySchema: ZodObject<{
  dashboardId: ZodString;
  itemId: ZodString;
  propertyKey: ZodString;
}, $strip>;

Defined in: src/cloud/parameters/getDashboardItemProperty.ts:3