Skip to content

Variable: SetDashboardItemPropertySchema

ts
const SetDashboardItemPropertySchema: ZodObject<{
  body: ZodRecord<ZodString, ZodAny>;
  dashboardId: ZodString;
  itemId: ZodString;
  propertyKey: ZodString;
}, $strip>;

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