chore: bump pacakges
This commit is contained in:
13
packages/shared/src/custom.d.ts
vendored
Normal file
13
packages/shared/src/custom.d.ts
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
declare module "light-bolt11-decoder" {
|
||||
export function decode(pr?: string): ParsedInvoice;
|
||||
|
||||
export interface ParsedInvoice {
|
||||
paymentRequest: string;
|
||||
sections: Section[];
|
||||
}
|
||||
|
||||
export interface Section {
|
||||
name: string;
|
||||
value: string | Uint8Array | number | undefined;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user