// Type definitions for Google Apps Script 2015-11-12 // Project: https://developers.google.com/apps-script/ // Definitions by: PopGoesTheWza // motemen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare namespace GoogleAppsScript { type BigNumber = any; type Byte = number; type Integer = number; type Char = string; type JdbcSQL_XML = any; }