Created
April 24, 2026 11:54
-
-
Save uebayasi/982b9460c94683fe5dcb7d511f0ea370 to your computer and use it in GitHub Desktop.
TypeScript type definition of Google Apps Script "appsscript.json" (using pnpm + quicktype)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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