Type Alias PriceType

PriceType: Price | {
    base: Asset | string;
    quote: Asset | string;
}