| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- /* This file is auto-generated by SST. Do not edit. */
- /* tslint:disable */
- /* eslint-disable */
- /* deno-fmt-ignore-file */
- declare module "sst" {
- export interface Resource {
- "ANTHROPIC_API_KEY": {
- "type": "sst.sst.Secret"
- "value": string
- }
- "Api": {
- "type": "sst.cloudflare.Worker"
- "url": string
- }
- "Bucket": {
- "type": "sst.cloudflare.Bucket"
- }
- "GITHUB_APP_ID": {
- "type": "sst.sst.Secret"
- "value": string
- }
- "GITHUB_APP_PRIVATE_KEY": {
- "type": "sst.sst.Secret"
- "value": string
- }
- "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
- }
- "ZHIPU_API_KEY": {
- "type": "sst.sst.Secret"
- "value": string
- }
- }
- }
- /// <reference path="sst-env.d.ts" />
- import "sst"
- export {}
|