Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Nov 27, 2024
1 parent 3410beb commit d5c9bd3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion centrifuge-js/src/modules/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ export interface PoolMetadataInput {
maxReserve: number | ''
issuerName: string
issuerRepName: string
issuerLogo: FileType | null
issuerLogo: FileType
issuerShortDescription: string
issuerDescription: string
website: string
Expand Down Expand Up @@ -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 = {
Expand Down

0 comments on commit d5c9bd3

Please sign in to comment.