Update CollateralInfoV5

This commit is contained in:
Karim Sakhibgareev
2024-06-21 14:21:13 +01:00
parent d672825449
commit a197171853

View File

@@ -60,11 +60,14 @@ export interface CollateralInfoV5 {
currency: string;
hourlyBorrowRate: string;
maxBorrowingAmount: string;
freeBorrowingAmount: string;
freeBorrowAmount: string;
freeBorrowingLimit: string;
borrowAmount: string;
availableToBorrow: string;
borrowable: boolean;
borrowUsageRate: string;
marginCollateral: boolean;
collateralSwitch: boolean;
collateralRatio: string;
}