From d5c9bd38ba1c94408d8dfdb5441b3a01c0acc9a7 Mon Sep 17 00:00:00 2001 From: katty barroso Date: Wed, 27 Nov 2024 16:32:24 +0100 Subject: [PATCH] Fix linter errors --- centrifuge-js/src/modules/pools.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/centrifuge-js/src/modules/pools.ts b/centrifuge-js/src/modules/pools.ts index a70f61d1b..f27f95f7a 100644 --- a/centrifuge-js/src/modules/pools.ts +++ b/centrifuge-js/src/modules/pools.ts @@ -679,7 +679,7 @@ export interface PoolMetadataInput { maxReserve: number | '' issuerName: string issuerRepName: string - issuerLogo: FileType | null + issuerLogo: FileType issuerShortDescription: string issuerDescription: string website: string @@ -714,6 +714,10 @@ export interface PoolMetadataInput { tranches: { [trancheId: string]: { agreement: FileType | undefined; openForOnboarding: boolean } } taxInfoRequired?: boolean } + + listed?: boolean + epochHours: number | '' + epochMinutes: number | '' } export type WithdrawAddress = {