SYMBOL INDEX (15 symbols across 6 files) FILE: scripts/build.mjs function main (line 20) | async function main() { FILE: src/app.ts type App (line 7) | type App = InstanceType; type OAuthApp (line 10) | type OAuthApp = InstanceType; FILE: src/octokit.ts type Octokit (line 31) | type Octokit = InstanceType; function onRateLimit (line 34) | function onRateLimit( function onSecondaryRateLimit (line 51) | function onSecondaryRateLimit( FILE: src/version.ts constant VERSION (line 1) | const VERSION = "0.0.0-development"; FILE: test/app.test.ts constant APP_ID (line 9) | const APP_ID = 1; constant PRIVATE_KEY (line 10) | const PRIVATE_KEY = `-----BEGIN RSA PRIVATE KEY----- constant CLIENT_ID (line 37) | const CLIENT_ID = "lv1.1234567890abcdef"; constant CLIENT_SECRET (line 38) | const CLIENT_SECRET = "1234567890abcdef1234567890abcdef12345678"; constant WEBHOOK_SECRET (line 39) | const WEBHOOK_SECRET = "secret"; constant BEARER (line 41) | const BEARER = FILE: test/typescript-validate.ts function expect (line 7) | function expect(what: T) {} function OctokitTest (line 9) | async function OctokitTest() {