mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-17 17:48:06 +00:00
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"
]
}