Skip to content

Commit

Permalink
fix: Fix TS declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
kajyr committed Nov 8, 2021
1 parent 164d19f commit efa4172
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions frontend/src/define.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare var __VERSION__: string;
2 changes: 0 additions & 2 deletions frontend/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var __VERSION__: string;

export namespace Api {
export type BootstrapResponse = {
file: string;
Expand Down

0 comments on commit efa4172

Please sign in to comment.