Skip to content

Commit

Permalink
chore: setup type
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx committed Jun 1, 2024
1 parent f47a07a commit f213817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ export type ExtendedCall = typeof api.call & {
}
poolsApi: {
nav: AugmentedCall<'promise', (poolId: string) => Observable<Option<PoolNav>>>
trancheTokenPrices: AugmentedCall<'promise', (poolId: string) => Observable<Option<PoolNav>>>
}
poolFeesApi: {
listFees: AugmentedCall<'promise', (poolId: string) => Observable<Option<PoolFeesList>>>
Expand Down

0 comments on commit f213817

Please sign in to comment.