We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff9e02 commit ebd70fcCopy full SHA for ebd70fc
src/interfaces.ts
@@ -9,8 +9,7 @@ import type {
9
TorusVerifierResponse,
10
UX_MODE_TYPE,
11
} from "@toruslabs/customauth";
12
-import { PointHex } from "@toruslabs/tss-client";
13
-import { Client } from "@toruslabs/tss-client";
+import { Client, PointHex } from "@toruslabs/tss-client";
14
// TODO: move the types to a base class for both dkls and frost in future
15
import type { tssLib as TssDklsLib } from "@toruslabs/tss-dkls-lib";
16
import type { tssLib as TssFrostLib } from "@toruslabs/tss-frost-lib";
0 commit comments