1.0.0 • Published 5 years ago

apps-script-rest-client-types v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Summary

This package contains Typescript definitions for RestClient

Instalation

1) Add the package:

npm i -S apps-script-rest-client-types

or

yarn add --dev apps-script-rest-client-types

2) Configure tsconfig.json:

{
    "compilerOptions": {
        "types" : ["apps-script-rest-client-types", "google-apps-script"]
    }
}

Learn more about @types, typeRoots and types

Details

Generated using clasp-types

1.0.0

5 years ago