Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit b21a534

Browse files
author
22388o
committed
Add key
1 parent e56379e commit b21a534

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/payjoin/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ interface PSBTResponse extends Response {
99
interface SendPSBTConfig {
1010
endpoint?: string;
1111
timeout?: number;
12+
[key: string]: any;
1213
}
1314

1415
// Payjoin URL creation function with input validation

0 commit comments

Comments
 (0)