From e6c048ddf456122985d16ce5d59abea47fd067ae Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Mon, 17 Jan 2022 13:20:40 -0400 Subject: [PATCH] Typings --- utils/lightningServices/types.ts | 4 ++++ 1 file changed, 4 insertions(+) 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 }