Files
netris-nestri/sst-env.d.ts
2025-09-19 01:25:29 +03:00

20 lines
365 B
TypeScript

/* 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 {
"Database": {
"host": string
"name": string
"password": string
"type": "sst.sst.Linkable"
"user": string
}
}
}
import "sst"
export {}