UNPKG

@3kles/3kles-corebe

Version:
7 lines (6 loc) 199 B
export interface IMetricRegistry { metrics(): Promise<string>; contentType?: any; addMetric(metric: any): void; collect?(): (req: any, res: any, next: any) => void | Promise<void>; }