jira.js
    Preparing search index...

    Variable AddUserToGroupSchemaConst

    AddUserToGroupSchema: ZodObject<
        {
            accountId: ZodOptional<ZodString>;
            groupId: ZodOptional<ZodString>;
            groupname: ZodOptional<ZodString>;
        },
        $strip,
    > = ...