import ICategoryInsights from './ICategoryAnalysis';
export default interface IAnalysis {
    date: number;
    categories: ICategoryInsights[];
}
