interface ICompares {
    comparesPerDate: IComparePerDate[];
    compareCumulative: ICompare;
}

Properties

comparesPerDate: IComparePerDate[]
compareCumulative: ICompare