Files
DefinitelyTyped/types/google-apps-script-oauth2

Google Apps Script OAuth2

Typescript definitions for the Google Apps Script OAuth 2 library

Installation

npm install --save-dev @types/google-apps-script-oauth2

If needed, add it to your tsconfig.json under the types field:

{
  ...
  "types": [
      "@types/google-apps-script-oauth2"
  ]
}