Skip to content

Commit

Permalink
Fix missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiac committed Apr 24, 2024
1 parent af702f7 commit 115662f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lnd_methods/onchain/send_to_chain_address.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {
AuthenticatedLightningArgs,
AuthenticatedLightningMethod,
LightningError,
UtxoSelection,
} from '../../typescript';
import {MergeExclusive} from 'type-fest';

Expand Down
1 change: 1 addition & 0 deletions lnd_methods/onchain/send_to_chain_addresses.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {
AuthenticatedLightningArgs,
AuthenticatedLightningMethod,
LightningError,
UtxoSelection,
} from '../../typescript';
import {MergeExclusive} from 'type-fest';

Expand Down
1 change: 1 addition & 0 deletions lnd_methods/onchain/send_to_chain_output_scripts.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {
AuthenticatedLightningArgs,
AuthenticatedLightningMethod,
UtxoSelection,
} from '../../typescript';
import {MergeExclusive} from 'type-fest';

Expand Down

0 comments on commit 115662f

Please sign in to comment.