| 5 | */ |
| 6 | declare 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 | |
| 23 | import "sst" |
nothing calls this directly
no outgoing calls
no test coverage detected