UNPKG

performance-results-parser

Version:
12 lines (9 loc) 226 B
export type ThresholdScope = 'OVERALL' | 'TRANSACTION'; declare class Threshold { metric: string; scope: ThresholdScope; transactions: string[]; checks: string[]; } declare namespace Threshold {} export = Threshold;