import { SiteStatistics } from "./SiteStatistics"; export interface StatisticsResult { total: number; siteStatistics: Array; }