jira.js
    Preparing search index...

    Variable GetProjectRoleSchemaConst

    GetProjectRoleSchema: ZodObject<
        {
            excludeInactiveUsers: ZodOptional<ZodBoolean>;
            id: ZodNumber;
            projectIdOrKey: ZodString;
        },
        $strip,
    > = ...