platform/workers/transactor/worker-configuration.d.ts

16 lines
314 B
TypeScript
Raw Normal View History

// Generated by Wrangler
// After adding bindings to `wrangler.toml`, regenerate this interface via `npm run cf-typegen`
interface Env {
TRANSACTOR: DurableObjectNamespace
SERVER_SECRET: string
HYPERDRIVE: Hyperdrive
ACCOUNTS_URL: string
DB_URL: string | undefined
STATS_URL: string | undefined
}