swap type order
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
export interface SpotBalances {
|
|
||||||
balances: SpotBalance[];
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface SpotBalance {
|
export interface SpotBalance {
|
||||||
coin: string;
|
coin: string;
|
||||||
coinId: string;
|
coinId: string;
|
||||||
@@ -11,6 +7,10 @@ export interface SpotBalance {
|
|||||||
locked: string;
|
locked: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface SpotBalances {
|
||||||
|
balances: SpotBalance[];
|
||||||
|
}
|
||||||
|
|
||||||
export interface SpotLastPrice {
|
export interface SpotLastPrice {
|
||||||
symbol: string;
|
symbol: string;
|
||||||
price: string;
|
price: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user