From 3250f873448d6eb4e4baaec4a51a344affb5b4d3 Mon Sep 17 00:00:00 2001 From: motemen Date: Thu, 12 Nov 2015 11:56:07 +0900 Subject: [PATCH] header for non auto-generated files --- google-apps-script/google-apps-script.types.d.ts | 5 +++++ 1 file changed, 5 insertions(+) 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;