mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 11:29:12 +00:00
14 lines
331 B
TypeScript
14 lines
331 B
TypeScript
export {};
|
|
|
|
declare global {
|
|
const BOT_CLIENT_ID: string;
|
|
const BOT_CLIENT_SECRET: string;
|
|
const UI_PUBLIC_URI: string;
|
|
const API_PUBLIC_URI: string;
|
|
const ROOT_USERS: string;
|
|
const ALLOWED_CALLBACK_HOSTS: string;
|
|
|
|
const KV_SESSIONS: KVNamespace;
|
|
const KV_GUILDS: KVNamespace;
|
|
const KV_GUILD_DATA: KVNamespace;
|
|
}
|