cfdBalance type small fix

This commit is contained in:
Mikhail Gladchenko
2023-02-24 14:30:24 +00:00
parent 262b2f101e
commit 85262186b2

View File

@@ -54,7 +54,7 @@ export type CFDBalance = {
longFundingRatePerDay: string
shortFundingRatePerSecond: string
shortFundingRatePerDay: string
stopOutPrice?: string
stopOutPrice: string | undefined
}
export type Order = {