We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ab017 commit 737dcbcCopy full SHA for 737dcbc
src/typeDefinitions/default.types.d.ts
@@ -1,16 +1,5 @@
1
export interface env {
2
- CURRENT_ENVIRONMENT: string;
3
- DISCORD_APPLICATION_ID: string;
4
- DISCORD_GUILD_ID: string;
5
- DISCORD_TOKEN: string;
6
- DISCORD_PUBLIC_KEY: string;
7
- CLOUDFLARE_API_TOKEN: string;
8
- CLOUDFLARE_ACCOUNT_ID: string;
9
- BOT_PRIVATE_KEY: string;
10
- RDS_SERVERLESS_PUBLIC_KEY: string;
11
- CRON_JOBS_PUBLIC_KEY: string;
12
- IDENTITY_SERVICE_PUBLIC_KEY: string;
13
- TEST_ENV_VAR: string;
+ [key: string]: string;
14
}
15
16
0 commit comments