From 115662fcd7868025b92851be895dab9132d83e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Kn=C3=A1b?= Date: Wed, 24 Apr 2024 09:19:50 +0200 Subject: [PATCH] Fix missing imports --- lnd_methods/onchain/send_to_chain_address.d.ts | 1 + lnd_methods/onchain/send_to_chain_addresses.d.ts | 1 + lnd_methods/onchain/send_to_chain_output_scripts.d.ts | 1 + 3 files changed, 3 insertions(+) diff --git a/lnd_methods/onchain/send_to_chain_address.d.ts b/lnd_methods/onchain/send_to_chain_address.d.ts index b4bbec0..7b578d7 100644 --- a/lnd_methods/onchain/send_to_chain_address.d.ts +++ b/lnd_methods/onchain/send_to_chain_address.d.ts @@ -3,6 +3,7 @@ import { AuthenticatedLightningArgs, AuthenticatedLightningMethod, LightningError, + UtxoSelection, } from '../../typescript'; import {MergeExclusive} from 'type-fest'; diff --git a/lnd_methods/onchain/send_to_chain_addresses.d.ts b/lnd_methods/onchain/send_to_chain_addresses.d.ts index a77a15c..7890638 100644 --- a/lnd_methods/onchain/send_to_chain_addresses.d.ts +++ b/lnd_methods/onchain/send_to_chain_addresses.d.ts @@ -3,6 +3,7 @@ import { AuthenticatedLightningArgs, AuthenticatedLightningMethod, LightningError, + UtxoSelection, } from '../../typescript'; import {MergeExclusive} from 'type-fest'; diff --git a/lnd_methods/onchain/send_to_chain_output_scripts.d.ts b/lnd_methods/onchain/send_to_chain_output_scripts.d.ts index 1a024a4..b9e9e19 100644 --- a/lnd_methods/onchain/send_to_chain_output_scripts.d.ts +++ b/lnd_methods/onchain/send_to_chain_output_scripts.d.ts @@ -1,6 +1,7 @@ import { AuthenticatedLightningArgs, AuthenticatedLightningMethod, + UtxoSelection, } from '../../typescript'; import {MergeExclusive} from 'type-fest';