UNPKG

103 BTypeScriptView Raw
1export class DiffPerfdata {
2 version: number;
3 statCalls: number;
4 oidCalculations: number;
5}