cloudaxe-opencode/sst-env.d.ts

52 lines
1 KiB
TypeScript
Raw Normal View History

2025-05-23 18:17:45 +00:00
/* This file is auto-generated by SST. Do not edit. */
/* tslint:disable */
/* eslint-disable */
/* deno-fmt-ignore-file */
declare module "sst" {
export interface Resource {
2025-08-05 01:08:28 +00:00
"ANTHROPIC_API_KEY": {
"type": "sst.sst.Secret"
"value": string
}
"Api": {
"type": "sst.cloudflare.Worker"
"url": string
2025-05-23 18:17:45 +00:00
}
"Bucket": {
"type": "sst.cloudflare.Bucket"
2025-05-23 18:17:45 +00:00
}
"GITHUB_APP_ID": {
"type": "sst.sst.Secret"
"value": string
}
"GITHUB_APP_PRIVATE_KEY": {
"type": "sst.sst.Secret"
"value": string
}
2025-08-05 01:08:28 +00:00
"GatewayApi": {
"type": "sst.cloudflare.Worker"
"url": string
}
"OPENAI_API_KEY": {
"type": "sst.sst.Secret"
"value": string
}
"OPENCODE_API_KEY": {
"type": "sst.sst.Secret"
"value": string
}
"Web": {
"type": "sst.cloudflare.Astro"
"url": string
2025-05-23 18:40:28 +00:00
}
2025-08-05 01:08:28 +00:00
"ZHIPU_API_KEY": {
"type": "sst.sst.Secret"
"value": string
}
2025-05-23 18:17:45 +00:00
}
}
/// <reference path="sst-env.d.ts" />
import "sst"
export {}