mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
We are hosting a [MoQ](https://quic.video) relay on a remote (bare metal) server on Hetzner With a lot of help from @victorpahuus
13 lines
212 B
TypeScript
13 lines
212 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
import "sst"
|
|
declare module "sst" {
|
|
export interface Resource {
|
|
"CloudflareAccountId": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
}
|
|
}
|
|
export {}
|