platform/workers/transactor/worker-configuration.d.ts
Andrey Sobolev 71ce4018eb
Try snappy compression (#7603)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-01-10 22:55:15 +07:00

18 lines
356 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
ENABLE_COMPRESSION: string | undefined
}