12 lines
266 B
TypeScript
12 lines
266 B
TypeScript
// Generated by Wrangler by running `wrangler types`
|
|
|
|
interface Env {
|
|
RATE_LIMIT_KV: KVNamespace;
|
|
VAULT_URL: "https://hcv.inouter.com";
|
|
SYNC_BATCH_SIZE: "100";
|
|
CACHE_TTL_SECONDS: "300";
|
|
LOG_LEVEL: "info";
|
|
CORS_ORIGIN: "https://inouter.com";
|
|
DB: D1Database;
|
|
}
|