import { StatisticsLineNative } from './StatisticsLineNative';
/** Office Current Statisitics */
export interface OfficeCurrentStatisticsNative {
    /** Date of the statistics */
    date: string;
    /** List of lines associated to this statistics entity. */
    lines: StatisticsLineNative[];
}
//# sourceMappingURL=OfficeCurrentStatisticsNative.d.ts.map