Skip to content

Instantly share code, notes, and snippets.

@marcomow
marcomow / google-apps-script-client.d.ts
Last active June 10, 2022 14:53 — forked from fjmorel/google.script.d.ts
Google Apps Script client-side Typescript definitions
// Google Apps Script methods available to scripts
declare namespace google {
/**
* Methods available to Google Apps Script
*/
namespace script {
interface IUrlLocation {
/**
* The string value of URL fragment after the # character, or an emptry string if no URL fragment is present