From efa417250cdfa2aeb9cdb511ed1c8f7b5ca5f820 Mon Sep 17 00:00:00 2001 From: Carlo Date: Mon, 8 Nov 2021 09:50:05 +0100 Subject: [PATCH] fix: Fix TS declaration --- frontend/src/define.ts | 1 + frontend/src/types.ts | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 frontend/src/define.ts diff --git a/frontend/src/define.ts b/frontend/src/define.ts new file mode 100644 index 0000000..7853694 --- /dev/null +++ b/frontend/src/define.ts @@ -0,0 +1 @@ +declare var __VERSION__: string; diff --git a/frontend/src/types.ts b/frontend/src/types.ts index 8c268cb..bd4a17f 100644 --- a/frontend/src/types.ts +++ b/frontend/src/types.ts @@ -1,5 +1,3 @@ -declare var __VERSION__: string; - export namespace Api { export type BootstrapResponse = { file: string;