Skip to content

Instantly share code, notes, and snippets.

@uebayasi
Created April 24, 2026 11:54
Show Gist options
  • Select an option

  • Save uebayasi/982b9460c94683fe5dcb7d511f0ea370 to your computer and use it in GitHub Desktop.

Select an option

Save uebayasi/982b9460c94683fe5dcb7d511f0ea370 to your computer and use it in GitHub Desktop.
TypeScript type definition of Google Apps Script "appsscript.json" (using pnpm + quicktype)
#!/bin/sh
#
# You might want to handle "appsscript.json" in TypeScript (e.g. generating it)
#
#quicktype=quicktype
quicktype="pnpm dlx quicktype"
curl -L -o appsscript.schema.json http://json.schemastore.org/appsscript
$quicktype appsscript.schema.json --src-lang schema -o appsscript.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment