mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-01-18 16:27:28 +01:00
Merge pull request #37 from cerodriguezl/fix-ts-definition
Fix the definition of the Opts interface
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -9,7 +9,7 @@ interface Labels {
|
||||
|
||||
interface Opts {
|
||||
autoregister?: boolean;
|
||||
buckets?: [number];
|
||||
buckets?: number[];
|
||||
|
||||
customLabels?: { [key: string]: any };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user