opencode/packages/function/sst-env.d.ts

81 lines
1.6 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 */
import "sst"
declare module "sst" {
export interface Resource {
2025-09-20 02:18:56 +08:00
AUTH_API_URL: {
type: "sst.sst.Linkable"
value: string
2025-09-20 02:08:02 +08:00
}
2025-09-20 02:18:56 +08:00
Console: {
type: "sst.cloudflare.SolidStart"
url: string
2025-09-20 02:08:02 +08:00
}
2025-09-20 02:18:56 +08:00
Database: {
database: string
host: string
password: string
port: number
type: "sst.sst.Linkable"
username: string
2025-09-20 02:08:02 +08:00
}
2025-09-20 02:18:56 +08:00
GITHUB_APP_ID: {
type: "sst.sst.Secret"
value: string
2025-09-20 02:08:02 +08:00
}
2025-09-20 02:18:56 +08:00
GITHUB_APP_PRIVATE_KEY: {
type: "sst.sst.Secret"
value: string
2025-09-20 02:08:02 +08:00
}
2025-09-20 02:18:56 +08:00
GITHUB_CLIENT_ID_CONSOLE: {
type: "sst.sst.Secret"
value: string
2025-09-20 02:08:02 +08:00
}
2025-09-20 02:18:56 +08:00
GITHUB_CLIENT_SECRET_CONSOLE: {
type: "sst.sst.Secret"
value: string
2025-09-20 02:08:02 +08:00
}
2025-09-20 02:18:56 +08:00
GOOGLE_CLIENT_ID: {
type: "sst.sst.Secret"
value: string
2025-09-20 02:08:02 +08:00
}
2025-09-20 02:18:56 +08:00
HONEYCOMB_API_KEY: {
type: "sst.sst.Secret"
value: string
2025-09-20 02:08:02 +08:00
}
2025-09-20 02:18:56 +08:00
STRIPE_SECRET_KEY: {
type: "sst.sst.Secret"
value: string
2025-09-20 02:08:02 +08:00
}
2025-09-20 02:18:56 +08:00
STRIPE_WEBHOOK_SECRET: {
type: "sst.sst.Linkable"
value: string
2025-09-20 02:08:02 +08:00
}
2025-09-20 02:18:56 +08:00
Web: {
type: "sst.cloudflare.Astro"
url: string
2025-09-20 02:08:02 +08:00
}
2025-09-20 02:18:56 +08:00
ZEN_MODELS: {
type: "sst.sst.Secret"
value: string
2025-08-05 09:08:28 +08:00
}
2025-05-24 02:17:45 +08:00
}
}
2025-09-20 02:18:56 +08:00
// cloudflare
import * as cloudflare from "@cloudflare/workers-types"
2025-05-24 02:17:45 +08:00
declare module "sst" {
export interface Resource {
2025-09-20 02:18:56 +08:00
Api: cloudflare.Service
AuthApi: cloudflare.Service
AuthStorage: cloudflare.KVNamespace
Bucket: cloudflare.R2Bucket
LogProcessor: cloudflare.Service
2025-05-24 02:17:45 +08:00
}
}
import "sst"
2025-09-20 02:18:56 +08:00
export {}