Skip to content

Commit 271ae30

Browse files
committed
format
1 parent ae1ce00 commit 271ae30

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

infra/sst-env.d.ts

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
/* deno-fmt-ignore-file */
55

66
declare module "sst" {
7-
export interface Resource {
8-
"DATABASE_URL": {
9-
"type": "sst.sst.Secret"
10-
"value": string
11-
}
12-
}
7+
export interface Resource {
8+
DATABASE_URL: {
9+
type: "sst.sst.Secret";
10+
value: string;
11+
};
12+
}
1313
}
1414
/// <reference path="sst-env.d.ts" />
1515

16-
import "sst"
17-
export {}
16+
import "sst";

0 commit comments

Comments
 (0)