Skip to content

Commit

Permalink
refactor: update docblock for deprecated annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 12, 2022
1 parent 85522a6 commit 5f594e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion adonis-typings/ally.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,10 @@ declare module '@ioc:Adonis/Addons/Ally' {
* Shape of the Google access token
*/
export type GoogleToken = Oauth2AccessToken & {
// @deprecated Use `idToken` instead
/**
* @deprecated
* Use `idToken` instead
*/
id_token: string
idToken: string
grantedScopes: string[]
Expand Down

0 comments on commit 5f594e4

Please sign in to comment.