Type Alias GitHubAPIOperation

GitHubAPIOperation:
    | "admin"
    | "write"
    | "read"
    | "delete"