CurrencyPair does not have Currency anymore
This commit is contained in:
parent
11d89dda49
commit
70d3c262dd
@ -33,8 +33,8 @@ export type PositionCloseMessage = {
|
||||
}
|
||||
|
||||
export type CurrencyPair = {
|
||||
base: Currency,
|
||||
quote: Currency
|
||||
base: string,
|
||||
quote: string
|
||||
}
|
||||
|
||||
export type Currency = {
|
||||
|
Loading…
Reference in New Issue
Block a user