| 6 | import "sst" |
| 7 | declare 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 |
| 24 | import * as cloudflare from "@cloudflare/workers-types"; |
nothing calls this directly
no outgoing calls
no test coverage detected