This commit is contained in:
Frank
2026-06-02 14:24:53 -04:00
parent 4b169b8cb6
commit 970b660070
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -6,6 +6,14 @@
import "sst" import "sst"
declare module "sst" { declare module "sst" {
export interface Resource { export interface Resource {
"LakeSecret": {
"type": "sst.sst.Secret"
"value": string
}
"LakeUrl": {
"type": "sst.sst.Secret"
"value": string
}
"PosthogToken": { "PosthogToken": {
"type": "sst.sst.Secret" "type": "sst.sst.Secret"
"value": string "value": string
+8
View File
@@ -6,6 +6,14 @@
import "sst" import "sst"
declare module "sst" { declare module "sst" {
export interface Resource { export interface Resource {
"LakeSecret": {
"type": "sst.sst.Secret"
"value": string
}
"LakeUrl": {
"type": "sst.sst.Secret"
"value": string
}
"PosthogToken": { "PosthogToken": {
"type": "sst.sst.Secret" "type": "sst.sst.Secret"
"value": string "value": string