jira.js
    Preparing search index...

    Variable AvailableDashboardGadgetSchemaConst

    AvailableDashboardGadgetSchema: ZodObject<
        {
            moduleKey: ZodOptional<ZodString>;
            title: ZodString;
            uri: ZodOptional<ZodString>;
        },
        $loose,
    > = ...

    The details of the available dashboard gadget.