Skip to content

Commit 29e8319

Browse files
committed
lnc-web: export LncConstructor
1 parent 049254b commit 29e8319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ interface WasmGlobal {
6060
) => void;
6161
}
6262

63-
interface LncConstructor {
63+
export interface LncConstructor {
6464
/** Specify a custom Lightning Node Connect proxy server. If not specified we'll default to `mailbox.terminal.lightning.today:443`. */
6565
serverHost?: string;
6666
/** Your LNC pairing phrase */

0 commit comments

Comments
 (0)