Files
netris-nestri/sst-env.d.ts
2024-09-10 22:38:35 +03:00

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 {}