export class DiffPerfdata {
    version: number;
    statCalls: number;
    oidCalculations: number;
}
