Files
huly-platform/workers/transactor/worker-configuration.d.ts
T
2024-12-20 16:36:56 +07:00

16 lines
314 B
TypeScript

// 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
}