MCPcopy Index your code
hub / github.com/anomalyco/opencode / Resource

Interface Resource

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

Source from the content-addressed store, hash-verified

6
7declare module "sst" {
8 export interface Resource {
9 "ADMIN_SECRET": {
10 "type": "sst.sst.Secret"
11 "value": string
12 }
13 "AUTH_API_URL": {
14 "type": "sst.sst.Linkable"
15 "value": string
16 }
17 "AWS_SES_ACCESS_KEY_ID": {
18 "type": "sst.sst.Secret"
19 "value": string
20 }
21 "AWS_SES_SECRET_ACCESS_KEY": {
22 "type": "sst.sst.Secret"
23 "value": string
24 }
25 "Api": import("@cloudflare/workers-types").Service
26 "AuthApi": import("@cloudflare/workers-types").Service
27 "AuthStorage": import("@cloudflare/workers-types").KVNamespace
28 "Bucket": import("@cloudflare/workers-types").R2Bucket
29 "CLOUDFLARE_API_TOKEN": {
30 "type": "sst.sst.Secret"
31 "value": string
32 }
33 "CLOUDFLARE_DEFAULT_ACCOUNT_ID": {
34 "type": "sst.sst.Secret"
35 "value": string
36 }
37 "Console": {
38 "type": "sst.cloudflare.SolidStart"
39 "url": string
40 }
41 "DISCORD_INCIDENT_WEBHOOK_URL": {
42 "type": "sst.sst.Secret"
43 "value": string
44 }
45 "DISCORD_SUPPORT_BOT_TOKEN": {
46 "type": "sst.sst.Secret"
47 "value": string
48 }
49 "DISCORD_SUPPORT_CHANNEL_ID": {
50 "type": "sst.sst.Secret"
51 "value": string
52 }
53 "Database": {
54 "database": string
55 "host": string
56 "password": string
57 "port": number
58 "type": "sst.sst.Linkable"
59 "username": string
60 }
61 "EMAILOCTOPUS_API_KEY": {
62 "type": "sst.sst.Secret"
63 "value": string
64 }
65 "EnterpriseStorage": import("@cloudflare/workers-types").R2Bucket

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected