opencode/sst-env.d.ts

125 lines
2.4 KiB
TypeScript
Raw Normal View History

2025-05-24 02:17:45 +08: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-11-12 02:38:23 +08:00
ADMIN_SECRET: {
type: "sst.sst.Secret"
value: string
}
AUTH_API_URL: {
type: "sst.sst.Linkable"
value: string
}
AWS_SES_ACCESS_KEY_ID: {
type: "sst.sst.Secret"
value: string
2025-11-04 04:43:52 +08:00
}
2025-11-12 02:38:23 +08:00
AWS_SES_SECRET_ACCESS_KEY: {
type: "sst.sst.Secret"
value: string
2025-08-05 09:08:28 +08:00
}
2025-11-12 02:38:23 +08:00
Api: {
type: "sst.cloudflare.Worker"
url: string
2025-10-02 07:34:37 +08:00
}
2025-11-12 02:38:23 +08:00
AuthApi: {
type: "sst.cloudflare.Worker"
url: string
2025-10-02 07:34:37 +08:00
}
2025-11-12 02:38:23 +08:00
AuthStorage: {
namespaceId: string
type: "sst.cloudflare.Kv"
2025-08-09 01:22:54 +08:00
}
2025-11-12 02:38:23 +08:00
Bucket: {
name: string
type: "sst.cloudflare.Bucket"
2025-05-24 02:17:45 +08:00
}
2025-11-12 02:38:23 +08:00
CLOUDFLARE_API_TOKEN: {
type: "sst.sst.Secret"
value: string
2025-08-09 01:22:54 +08:00
}
2025-11-12 02:38:23 +08:00
CLOUDFLARE_DEFAULT_ACCOUNT_ID: {
type: "sst.sst.Secret"
value: string
2025-08-09 01:22:54 +08:00
}
2025-11-12 02:38:23 +08:00
Console: {
type: "sst.cloudflare.SolidStart"
url: string
2025-09-03 08:01:11 +08:00
}
2025-11-12 02:38:23 +08:00
Database: {
database: string
host: string
password: string
port: number
type: "sst.sst.Linkable"
username: string
2025-05-24 02:17:45 +08:00
}
2025-11-12 02:38:23 +08:00
Desktop: {
type: "sst.cloudflare.StaticSite"
url: string
2025-08-30 07:34:56 +08:00
}
2025-11-12 02:38:23 +08:00
EMAILOCTOPUS_API_KEY: {
type: "sst.sst.Secret"
value: string
2025-08-09 01:22:54 +08:00
}
2025-11-12 02:38:23 +08:00
GITHUB_APP_ID: {
type: "sst.sst.Secret"
value: string
}
2025-11-12 02:38:23 +08:00
GITHUB_APP_PRIVATE_KEY: {
type: "sst.sst.Secret"
value: string
}
2025-11-12 02:38:23 +08:00
GITHUB_CLIENT_ID_CONSOLE: {
type: "sst.sst.Secret"
value: string
2025-08-09 01:22:54 +08:00
}
2025-11-12 02:38:23 +08:00
GITHUB_CLIENT_SECRET_CONSOLE: {
type: "sst.sst.Secret"
value: string
2025-08-09 01:22:54 +08:00
}
2025-11-12 02:38:23 +08:00
GOOGLE_CLIENT_ID: {
type: "sst.sst.Secret"
value: string
2025-08-09 13:28:27 +08:00
}
2025-11-12 02:38:23 +08:00
GatewayKv: {
namespaceId: string
type: "sst.cloudflare.Kv"
2025-09-09 03:46:57 +08:00
}
2025-11-12 02:38:23 +08:00
HONEYCOMB_API_KEY: {
type: "sst.sst.Secret"
value: string
2025-09-09 03:46:57 +08:00
}
2025-11-12 02:38:23 +08:00
LogProcessor: {
type: "sst.cloudflare.Worker"
2025-09-10 03:47:24 +08:00
}
2025-11-12 02:38:23 +08:00
STRIPE_SECRET_KEY: {
type: "sst.sst.Secret"
value: string
2025-09-30 02:17:53 +08:00
}
2025-11-12 02:38:23 +08:00
STRIPE_WEBHOOK_SECRET: {
type: "sst.sst.Linkable"
value: string
2025-09-30 02:17:53 +08:00
}
2025-11-12 02:38:23 +08:00
Web: {
type: "sst.cloudflare.Astro"
url: string
2025-11-04 04:43:52 +08:00
}
2025-11-12 02:38:23 +08:00
ZEN_MODELS1: {
type: "sst.sst.Secret"
value: string
2025-11-08 23:15:35 +08:00
}
2025-11-12 02:38:23 +08:00
ZEN_MODELS2: {
type: "sst.sst.Secret"
value: string
2025-08-05 09:08:28 +08:00
}
2025-05-24 02:17:45 +08:00
}
}
/// <reference path="sst-env.d.ts" />
import "sst"
2025-11-12 02:38:23 +08:00
export {}