jira.js
    Preparing search index...

    Variable GroupSortBySchemaConst

    GroupSortBySchema: ZodObject<
        {
            direction: ZodCustom<
                "desc"
                | string & {}
                | "asc",
                "desc" | string & {} | "asc",
            >;
            field: ZodCustom<"name" | string & {}, "name" | string & {}>;
        },
        $loose,
    > = ...

    Single sort specification for groups.