mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-01-18 16:27:28 +01:00
make customLabels optional in index.d.ts
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -11,7 +11,7 @@ interface Opts {
|
||||
autoregister?: boolean;
|
||||
buckets?: [number];
|
||||
|
||||
customLabels: { [key: string]: any };
|
||||
customLabels?: { [key: string]: any };
|
||||
|
||||
includeStatusCode?: boolean;
|
||||
includeMethod?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user