tailwind #9
@ -33,7 +33,12 @@ export type PositionCloseMessage = {
|
||||
}
|
||||
|
||||
export type CurrencyPair = {
|
||||
base: string,
|
||||
quote: string
|
||||
base: Currency,
|
||||
quote: Currency
|
||||
}
|
||||
|
||||
export type Currency = {
|
||||
name: string,
|
||||
short_name: string
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user