mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 22:11:39 +00:00
7 lines
84 B
TypeScript
7 lines
84 B
TypeScript
|
|
declare module "bun" {
|
||
|
|
interface Env {
|
||
|
|
CONVEX_URL: string
|
||
|
|
API_KEY: string
|
||
|
|
}
|
||
|
|
}
|