bolt.new/worker-configuration.d.ts
2024-09-26 17:45:41 +01:00

4 lines
47 B
TypeScript

interface Env {
ANTHROPIC_API_KEY: string;
}