bolt.new/packages/bolt/worker-configuration.d.ts
2024-07-11 16:20:57 +02:00

4 lines
47 B
TypeScript

interface Env {
ANTHROPIC_API_KEY: string;
}