jira.js
    Preparing search index...

    Variable RemoveUserFromGroupSchemaConst

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