mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 18:10:56 +01:00
7 lines
268 B
TypeScript
7 lines
268 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;
|