stackblitz--bolt.new
4 行
47 B
TypeScript
4 行
47 B
TypeScript
interface Env {
|
|
ANTHROPIC_API_KEY: string;
|
|
}
|