use crate::model::RestRow;
pub type SavingBalance = RestRow;
pub type SavingsPurchaseRedemptionResult = RestRow;
pub type SetLendingRateResult = RestRow;
pub type LendingHistory = RestRow;
pub type PublicBorrowHistory = RestRow;
pub type PublicBorrowInfo = RestRow;
pub type StakingDefiOffer = RestRow;
pub type StakingDefiOrder = RestRow;
pub type StakingProductInfo = RestRow;
pub type StakingOrder = RestRow;
pub type StakingBalance = RestRow;
pub type StakingHistory = RestRow;
pub type StakingApyHistory = RestRow;
pub type FlexibleLoanCurrency = RestRow;
pub type FlexibleLoanCollateralAsset = RestRow;
pub type FlexibleLoanMaxLoan = RestRow;
pub type FlexibleLoanMaxRedeem = RestRow;
pub type FlexibleLoanOrder = RestRow;
pub type FlexibleLoanInfo = RestRow;
pub type FlexibleLoanHistory = RestRow;
pub type FlexibleLoanInterest = RestRow;