Type Alias GitHubOAuthScope

GitHubOAuthScope:
    | `repo${
        | ""
        | ":status"
        | "_deployment"
        | ":invite"}`
    | "public_repo"
    | "security_events"
    | `${Exclude<GitHubAPIOperation, "delete">}:${
        | "repo_hook"
        | "org"
        | "public_key"
        | "gpg_key"}`
    | "admin:org_hook"
    | "gist"
    | "notifications"
    | `user${"" | ":email" | ":follow"}`
    | `read:${"user" | "project"}`
    | "project"
    | "delete_repo"
    | `${Exclude<GitHubAPIOperation, "admin">}:packages`
    | "codespace"
    | "workflow"