CurrencyPair does not have Currency anymore

This commit is contained in:
Giulio De Pasquale 2020-12-20 17:12:31 +00:00
parent 11d89dda49
commit 70d3c262dd

View File

@ -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 = {