platform/workers/transactor/worker-configuration.d.ts
Andrey Sobolev 244ddd42af
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Green Transactor (#7828)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-01-31 11:42:06 +07:00

36 lines
677 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
FULLTEXT_URL: string | undefined
DB_MODE: 'hyperdrive' | 'direct' | undefined
FRONT_URL: string
FILES_URL?: string
SES_URL?: string
SES_AUTH_TOKEN?: string
SUPPORT_WORKSPACE?: string
TELEGRAM_BOT_URL: string
AI_BOT_URL?: string
LAST_NAME_FIRST?: string
GREEN_URL?: string
USE_GREEN?: string
}