Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Import type from @rometools/backend-jsonrpc
Browse files Browse the repository at this point in the history
Imports Diagnostic and Configuration as type instead of an object
  • Loading branch information
NikolaRHristov committed Nov 10, 2022
1 parent 7d9c69c commit e91eb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/js-api/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NodeWasm } from "./nodeWasm";
import { Deamon } from "./daemon";
import { Diagnostic, Configuration } from "@rometools/backend-jsonrpc";
import type { Diagnostic, Configuration } from "@rometools/backend-jsonrpc";
import { createError } from "./utils";

// Re-export of some useful types for users
Expand Down

0 comments on commit e91eb9c

Please sign in to comment.