Interface ProductStats

interface ProductStats {
    high: string;
    last: string;
    low: string;
    open: string;
    volume: string;
    volume_30day: string;
}

Properties

high: string
last: string
low: string
open: string
volume: string
volume_30day: string