fix duplicate httpDurationMetricName in types

This commit is contained in:
Konstantin Pogorelov
2020-10-06 13:05:26 +02:00
parent 75b1e2cafa
commit c55d5f4862

1
types/index.d.ts vendored
View File

@@ -36,7 +36,6 @@ declare namespace express_prom_bundle {
normalizePath?: NormalizePathEntry[] | NormalizePathFn;
formatStatusCode?: NormalizeStatusCodeFn;
transformLabels?: TransformLabelsFn;
httpDurationMetricName?: string;
// https://github.com/disjunction/url-value-parser#options
urlValueParser?: {