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 e3c160f commit 86d385fCopy full SHA for 86d385f
modules/express/test/unit/clientRoutes/lightning/lightningSignerRoutes.ts
@@ -13,6 +13,7 @@ import {
13
handleInitLightningWallet,
14
handleUnlockLightningWallet,
15
} from '../../../../src/lightning/lightningSignerRoutes';
16
+import { ExpressApiRouteRequest } from '../../../../src/typedRoutes/api';
17
18
describe('Lightning signer routes', () => {
19
let bitgo: TestBitGoAPI;
0 commit comments