MCPcopy
hub / github.com/anomalyco/models.dev / Resource

Interface Resource

sst-env.d.ts:8–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import "sst"
7declare module "sst" {
8 export interface Resource {
9 "LakeSecret": {
10 "type": "sst.sst.Secret"
11 "value": string
12 }
13 "LakeUrl": {
14 "type": "sst.sst.Secret"
15 "value": string
16 }
17 "PosthogToken": {
18 "type": "sst.sst.Secret"
19 "value": string
20 }
21 }
22}
23// cloudflare
24import * as cloudflare from "@cloudflare/workers-types";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected