declare module "bun" { interface Env { // discord TOKEN: string; CLIENT_ID: string; // db DB_URL: string; DB_TYPE: "sqlite" | "postgres"; // web API: string; } }