mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-10 07:45:36 +02:00
47 lines
966 B
TypeScript
47 lines
966 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
|
|
}
|
|
"POLAR_API_KEY": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"Urls": {
|
|
"api": string
|
|
"auth": string
|
|
"openapi": string
|
|
"site": string
|
|
"type": "sst.sst.Linkable"
|
|
}
|
|
}
|
|
}
|
|
// cloudflare
|
|
import * as cloudflare from "@cloudflare/workers-types";
|
|
declare module "sst" {
|
|
export interface Resource {
|
|
"Auth": cloudflare.Service
|
|
"AuthStorage": cloudflare.KVNamespace
|
|
}
|
|
}
|
|
|
|
import "sst"
|
|
export {} |