Variable: AvailableDashboardGadgetSchema
ts
const AvailableDashboardGadgetSchema: ZodObject<{
moduleKey: ZodOptional<ZodString>;
title: ZodString;
uri: ZodOptional<ZodString>;
}, $loose>;Defined in: src/cloud/models/availableDashboardGadget.ts:5
The details of the available dashboard gadget.