export interface IHistoricalCountDto {
    count: number;
}
