Files
netris-nestri/sst-env.d.ts
2025-09-20 01:05:03 +03:00

35 lines
714 B
TypeScript

/* 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 {
"DISCORD_CLIENT_ID": {
"type": "sst.sst.Secret"
"value": string
}
"DISCORD_CLIENT_SECRET": {
"type": "sst.sst.Secret"
"value": string
}
"Database": {
"host": string
"name": string
"password": string
"type": "sst.sst.Linkable"
"user": string
}
}
}
// cloudflare
import * as cloudflare from "@cloudflare/workers-types";
declare module "sst" {
export interface Resource {
"AuthStorage": cloudflare.KVNamespace
}
}
import "sst"
export {}