/* 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 { "AuthFingerprintKey": { "type": "random.index/randomString.RandomString" "value": string } "AwsAccessKey": { "type": "sst.sst.Secret" "value": string } "AwsSecretKey": { "type": "sst.sst.Secret" "value": string } "DiscordClientID": { "type": "sst.sst.Secret" "value": string } "DiscordClientSecret": { "type": "sst.sst.Secret" "value": string } "GithubClientID": { "type": "sst.sst.Secret" "value": string } "GithubClientSecret": { "type": "sst.sst.Secret" "value": string } "InstantAdminToken": { "type": "sst.sst.Secret" "value": string } "InstantAppId": { "type": "sst.sst.Secret" "value": string } "LoopsApiKey": { "type": "sst.sst.Secret" "value": string } "NestriGPUCluster": { "type": "aws.ecs/cluster.Cluster" "value": string } "NestriGPUTask": { "type": "aws.ecs/taskDefinition.TaskDefinition" "value": string } "Urls": { "api": string "auth": string "type": "sst.sst.Linkable" } } } // cloudflare import * as cloudflare from "@cloudflare/workers-types"; declare module "sst" { export interface Resource { "Api": cloudflare.Service "Auth": cloudflare.Service "CloudflareAuthKV": cloudflare.KVNamespace } } import "sst" export {}