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 = {
|
export type CurrencyPair = {
|
||||||
base: Currency,
|
base: string,
|
||||||
quote: Currency
|
quote: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export type Currency = {
|
export type Currency = {
|
||||||
|
Loading…
Reference in New Issue
Block a user