diff --git a/src/types/response/spot.ts b/src/types/response/spot.ts index 4d99888..dc1c969 100644 --- a/src/types/response/spot.ts +++ b/src/types/response/spot.ts @@ -1,7 +1,3 @@ -export interface SpotBalances { - balances: SpotBalance[]; -} - export interface SpotBalance { coin: string; coinId: string; @@ -11,6 +7,10 @@ export interface SpotBalance { locked: string; } +export interface SpotBalances { + balances: SpotBalance[]; +} + export interface SpotLastPrice { symbol: string; price: string;