tailwind #9

Manually merged
peperunas merged 157 commits from tailwind into master 2020-12-28 18:38:52 +00:00
Showing only changes of commit 70d3c262dd - Show all commits

View File

@ -33,8 +33,8 @@ export type PositionCloseMessage = {
}
export type CurrencyPair = {
base: Currency,
quote: Currency
base: string,
quote: string
}
export type Currency = {