mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-07 03:20:55 +01:00
12 lines
381 B
TypeScript
12 lines
381 B
TypeScript
declare const BRANDING_NAME: string;
|
|
declare const BRANDING_NAME_DISCORD: string;
|
|
declare const DIRECT_MEDIA_DOMAINS: string;
|
|
declare const HOST_URL: string;
|
|
declare const REDIRECT_URL: string;
|
|
declare const MOSAIC_DOMAIN_LIST: string;
|
|
declare const API_HOST: string;
|
|
|
|
declare const SENTRY_DSN: string;
|
|
declare const RELEASE_NAME: string;
|
|
|
|
declare const TEST: boolean | undefined;
|