jira.js
    Preparing search index...

    Variable DashboardGadgetPositionSchemaConst

    DashboardGadgetPositionSchema: ZodObject<
        {
            "The column position of the gadget.": ZodNumber;
            "The row position of the gadget.": ZodNumber;
        },
        $loose,
    > = ...

    Details of a gadget position.