fix(types): add missing 'mmDeduction' prop to RiskLimitV5

This commit is contained in:
Thanh Tung
2024-11-17 23:02:56 +07:00
parent 304d5c28d7
commit 191f4dadb8
2 changed files with 2 additions and 1 deletions

View File

@@ -293,6 +293,7 @@ export interface RiskLimitV5 {
section: any;
isLowestRisk: 0 | 1;
maxLeverage: string;
mmDeduction: string;
}
/** @deprecated use DeliveryPriceV5 instead */