MCPcopy Index your code
hub / github.com/arctic-cli/interface / Resource

Interface Resource

arctic-env.d.ts:7–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 */
6declare module "sst" {
7 export interface Resource {
8 ADMIN_SECRET: {
9 type: "sst.sst.Secret"
10 value: string
11 }
12 GITHUB_APP_ID: {
13 type: "sst.sst.Secret"
14 value: string
15 }
16 GITHUB_APP_PRIVATE_KEY: {
17 type: "sst.sst.Secret"
18 value: string
19 }
20 }
21}
22
23import "sst"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected