mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
20 lines
365 B
TypeScript
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 {} |