diff --git a/packages/core/sst-env.d.ts b/packages/core/sst-env.d.ts index 07e9664..1028589 100644 --- a/packages/core/sst-env.d.ts +++ b/packages/core/sst-env.d.ts @@ -2,14 +2,14 @@ /* tslint:disable */ /* eslint-disable */ /* deno-fmt-ignore-file */ -import "sst"; -export {}; +import "sst" +export {} declare module "sst" { export interface Resource { - BsPoster: { - name: string; - type: "sst.aws.Function"; - url: string; - }; + "BsPoster": { + "name": string + "type": "sst.aws.Function" + "url": string + } } } diff --git a/packages/functions/sst-env.d.ts b/packages/functions/sst-env.d.ts index 07e9664..1028589 100644 --- a/packages/functions/sst-env.d.ts +++ b/packages/functions/sst-env.d.ts @@ -2,14 +2,14 @@ /* tslint:disable */ /* eslint-disable */ /* deno-fmt-ignore-file */ -import "sst"; -export {}; +import "sst" +export {} declare module "sst" { export interface Resource { - BsPoster: { - name: string; - type: "sst.aws.Function"; - url: string; - }; + "BsPoster": { + "name": string + "type": "sst.aws.Function" + "url": string + } } } diff --git a/packages/scripts/sst-env.d.ts b/packages/scripts/sst-env.d.ts index 07e9664..1028589 100644 --- a/packages/scripts/sst-env.d.ts +++ b/packages/scripts/sst-env.d.ts @@ -2,14 +2,14 @@ /* tslint:disable */ /* eslint-disable */ /* deno-fmt-ignore-file */ -import "sst"; -export {}; +import "sst" +export {} declare module "sst" { export interface Resource { - BsPoster: { - name: string; - type: "sst.aws.Function"; - url: string; - }; + "BsPoster": { + "name": string + "type": "sst.aws.Function" + "url": string + } } } diff --git a/packages/wxt/sst-env.d.ts b/packages/wxt/sst-env.d.ts index 07e9664..1028589 100644 --- a/packages/wxt/sst-env.d.ts +++ b/packages/wxt/sst-env.d.ts @@ -2,14 +2,14 @@ /* tslint:disable */ /* eslint-disable */ /* deno-fmt-ignore-file */ -import "sst"; -export {}; +import "sst" +export {} declare module "sst" { export interface Resource { - BsPoster: { - name: string; - type: "sst.aws.Function"; - url: string; - }; + "BsPoster": { + "name": string + "type": "sst.aws.Function" + "url": string + } } } diff --git a/sst-env.d.ts b/sst-env.d.ts index 07e9664..1028589 100644 --- a/sst-env.d.ts +++ b/sst-env.d.ts @@ -2,14 +2,14 @@ /* tslint:disable */ /* eslint-disable */ /* deno-fmt-ignore-file */ -import "sst"; -export {}; +import "sst" +export {} declare module "sst" { export interface Resource { - BsPoster: { - name: string; - type: "sst.aws.Function"; - url: string; - }; + "BsPoster": { + "name": string + "type": "sst.aws.Function" + "url": string + } } }