5 lines
No EOL
65 B
TypeScript
5 lines
No EOL
65 B
TypeScript
declare module "bun" {
|
|
interface Env {
|
|
TOKEN: string;
|
|
}
|
|
} |