mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
export {};
|
|
|
|
declare global {
|
|
const DISCORD_PUBLIC_KEY: string;
|
|
const UI_PUBLIC_URI: string;
|
|
const API_PUBLIC_URI: string;
|
|
}
|