From 85262186b241b2aaa44e009cc0af1edebf21c501 Mon Sep 17 00:00:00 2001 From: Mikhail Gladchenko Date: Fri, 24 Feb 2023 14:30:24 +0000 Subject: [PATCH] cfdBalance type small fix --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 95f1bb9..9eb900f 100644 --- a/src/types.ts +++ b/src/types.ts @@ -54,7 +54,7 @@ export type CFDBalance = { longFundingRatePerDay: string shortFundingRatePerSecond: string shortFundingRatePerDay: string - stopOutPrice?: string + stopOutPrice: string | undefined } export type Order = {