UNPKG

400 BTypeScriptView Raw
1export declare class PollingMeasure {
2 readonly name: string;
3 readonly duration: number;
4 readonly startTime: number;
5 readonly entryType: string;
6 constructor(name: string, duration: number, startTime: number);
7 toJSON(): {
8 duration: number;
9 entryType: string;
10 name: string;
11 startTime: number;
12 };
13}
14//# sourceMappingURL=polling-measure.d.ts.map
\No newline at end of file