Skip to content

Commit

Permalink
fix: add missing request_id type to OauthTokenResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedEsafi committed Feb 4, 2024
1 parent ede416a commit 0c0bbab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api-endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11166,6 +11166,7 @@ export type OauthTokenResponse = {
}
| { type: "workspace"; workspace: true }
duplicated_template_id: string | null
request_id: string
}

export const oauthToken = {
Expand Down

0 comments on commit 0c0bbab

Please sign in to comment.