discord-bot/globals.d.ts
2025-07-31 11:29:31 +01:00

5 lines
No EOL
65 B
TypeScript

declare module "bun" {
interface Env {
TOKEN: string;
}
}