Skip to content

Commit

Permalink
feat: add x-accepted-github-permissions (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Feb 15, 2024
1 parent fa1e25b commit bc28bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ResponseHeaders.ts
Expand Up @@ -10,6 +10,7 @@ export type ResponseHeaders = {
server?: string;
status?: string;
vary?: string;
"x-accepted-github-permissions"?: string;
"x-github-mediatype"?: string;
"x-github-request-id"?: string;
"x-oauth-scopes"?: string;
Expand Down

0 comments on commit bc28bdc

Please sign in to comment.