Skip to content

Variable: AvailableDashboardGadgetsResponseSchema

ts
const AvailableDashboardGadgetsResponseSchema: ZodObject<{
  gadgets: ZodArray<ZodObject<{
     moduleKey: ZodOptional<ZodString>;
     title: ZodString;
     uri: ZodOptional<ZodString>;
  }, $loose>>;
}, $loose>;

Defined in: src/cloud/models/availableDashboardGadgetsResponse.ts:6

The list of available gadgets.