jira.js
    Preparing search index...

    Variable GroupLabelSchemaConst

    GroupLabelSchema: ZodObject<
        {
            text: ZodOptional<ZodString>;
            title: ZodOptional<ZodString>;
            type: ZodOptional<
                ZodCustom<
                    string & {}
                    | "ADMIN"
                    | "SINGLE"
                    | "MULTIPLE",
                    string & {} | "ADMIN" | "SINGLE" | "MULTIPLE",
                >,
            >;
        },
        $loose,
    > = ...

    A group label.