diff --git a/utils/lightningServices/types.ts b/utils/lightningServices/types.ts index fcd84661..fb180e22 100644 --- a/utils/lightningServices/types.ts +++ b/utils/lightningServices/types.ts @@ -193,4 +193,8 @@ export interface AddInvoiceRes { * all payments for this invoice as we require it for end to end security. */ payment_addr: Common.Bytes + /** + * Custom property, by us. + */ + liquidityCheck?: boolean }