mirror of
https://github.com/coleam00/bolt.new-any-llm
synced 2024-12-28 06:42:56 +00:00
4 lines
47 B
TypeScript
4 lines
47 B
TypeScript
interface Env {
|
|
ANTHROPIC_API_KEY: string;
|
|
}
|