/** Billing statistics line. */
export interface BillingStatisticsLine {
    /** Id of the Office license. */
    licenceId: number;
    /** Name of the Office license. */
    licenceName: string;
    /** Maximum count of simultaneous activated licences. */
    peakCount: number;
}
//# sourceMappingURL=BillingStatisticsLine.d.ts.map