diff options
Diffstat (limited to 'src/lib/utils/Config.ts')
-rw-r--r-- | src/lib/utils/Config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/utils/Config.ts b/src/lib/utils/Config.ts index bc31964..ce5ec06 100644 --- a/src/lib/utils/Config.ts +++ b/src/lib/utils/Config.ts @@ -62,6 +62,7 @@ interface Credentials { imgurClientId: string; imgurClientSecret: string; sentryDsn: string; + perspectiveApiKey: string; } type Environment = 'production' | 'beta' | 'development'; |