mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
We added a new Auth UI, with all the business logic to handle profiles and such... it works alright
58 lines
1.2 KiB
TypeScript
58 lines
1.2 KiB
TypeScript
/* This file is auto-generated by SST. Do not edit. */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
/* deno-fmt-ignore-file */
|
|
import "sst"
|
|
export {}
|
|
import "sst"
|
|
declare module "sst" {
|
|
export interface Resource {
|
|
"AuthFingerprintKey": {
|
|
"type": "random.index/randomString.RandomString"
|
|
"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
|
|
}
|
|
"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
|
|
}
|
|
}
|