mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
13 lines
389 B
TypeScript
13 lines
389 B
TypeScript
// Type definitions for Google Apps Script 2015-11-12
|
|
// Project: https://developers.google.com/apps-script/
|
|
// Definitions by: motemen <https://github.com/motemen/>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare module GoogleAppsScript {
|
|
type BigNumber = any;
|
|
type Byte = number;
|
|
type Integer = number;
|
|
type Char = string;
|
|
type JdbcSQL_XML = any;
|
|
}
|