mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 08:15:38 +02:00
17 lines
285 B
TypeScript
17 lines
285 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
import "sst"
|
|
declare module "sst" {
|
|
export interface Resource {
|
|
"CloudflareAccountId": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"Relay": {
|
|
"type": "sst.aws.Service"
|
|
"url": string
|
|
}
|
|
}
|
|
}
|
|
export {}
|