Skip to content

Commit 5fef2ba

Browse files
committed
chore: format
1 parent 95dd30f commit 5fef2ba

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

sst-env.d.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66

77
declare module "sst" {
88
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-
}
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+
};
2121
}
2222
}
2323
/// <reference path="sst-env.d.ts" />
2424

25-
import "sst"
26-
export {}
25+
import "sst";
26+
export {};

0 commit comments

Comments
 (0)