We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95dd30f commit 5fef2baCopy full SHA for 5fef2ba
1 file changed
sst-env.d.ts
@@ -6,21 +6,21 @@
6
7
declare module "sst" {
8
export interface Resource {
9
- "ItemImages": {
10
- "name": string
11
- "type": "sst.aws.Bucket"
12
- }
13
- "SearchKeyword": {
14
- "arn": string
15
- "type": "sst.aws.SnsTopic"
16
17
- "ZotNFound": {
18
- "type": "sst.aws.Nextjs"
19
- "url": string
20
+ ItemImages: {
+ name: string;
+ type: "sst.aws.Bucket";
+ };
+ SearchKeyword: {
+ arn: string;
+ type: "sst.aws.SnsTopic";
+ ZotNFound: {
+ type: "sst.aws.Nextjs";
+ url: string;
21
}
22
23
/// <reference path="sst-env.d.ts" />
24
25
-import "sst"
26
-export {}
+import "sst";
+export {};
0 commit comments