Skip to content

Commit 737dcbc

Browse files
authored
revert env type def
1 parent 36ab017 commit 737dcbc

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

src/typeDefinitions/default.types.d.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
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;
2+
[key: string]: string;
143
}
154

165

0 commit comments

Comments
 (0)