Add a missing option to Opts

This commit is contained in:
Dawid Ciężarkiewicz
2020-04-09 09:28:22 -07:00
committed by GitHub
parent 23cedb9f05
commit 4f89424c79

1
types/index.d.ts vendored
View File

@@ -30,6 +30,7 @@ declare namespace express_prom_bundle {
metricType?: 'summary' | 'histogram';
metricsPath?: string;
httpDurationMetricName?: string;
promClient?: { collectDefaultMetrics?: DefaultMetricsCollectorConfiguration };
normalizePath?: NormalizePathEntry[] | NormalizePathFn;
formatStatusCode?: NormalizeStatusCodeFn;