diff --git a/google-apps-script/google-apps-script.types.d.ts b/google-apps-script/google-apps-script.types.d.ts index 06c9385b4a..5204a8a2a4 100644 --- a/google-apps-script/google-apps-script.types.d.ts +++ b/google-apps-script/google-apps-script.types.d.ts @@ -1,3 +1,8 @@ +// Type definitions for Google Apps Script 2015-11-12 +// Project: https://developers.google.com/apps-script/ +// Definitions by: motemen +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + declare module GoogleAppsScript { type BigNumber = any; type Byte = number;