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 5a7e6f5 commit f27c7aaCopy full SHA for f27c7aa
modules/express/src/lightning/lightningSignerRoutes.ts
@@ -15,7 +15,7 @@ import { Buffer } from 'buffer';
15
import { GetWalletStateResponse } from './codecs';
16
import { LndSignerClient } from './lndSignerClient';
17
import { ApiResponseError } from '../errors';
18
-import type { ExpressApiRouteRequest } from '../typedRoutes/api';
+import { ExpressApiRouteRequest } from '../typedRoutes/api';
19
20
type Decrypt = (params: { input: string; password: string }) => string;
21
0 commit comments