Lending Position is an extension of a LendingMarket with the addition of an amount for a certain user.
export type LendingPosition = LendingMarket & { amount: Big }
Last updated 2 years ago