mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
almost into a room
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
// oxlint-disable @typescript-eslint/consistent-type-imports
|
||||
type LocalEnv = import('./src/context').Env
|
||||
type MainModule = typeof import('./src/accounts.app')
|
||||
|
||||
// Add Env to Cloudflare namespace so that we can access it via
|
||||
// import { env } from 'cloudflare:workers'
|
||||
declare namespace Cloudflare {
|
||||
interface Env extends LocalEnv {}
|
||||
interface GlobalProps {
|
||||
mainModule: MainModule
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user