make customLabels optional in index.d.ts

This commit is contained in:
Konstantin Pogorelov
2019-04-09 22:15:36 +02:00
parent fd12de6ea3
commit 088ff5a063

2
index.d.ts vendored
View File

@@ -11,7 +11,7 @@ interface Opts {
autoregister?: boolean;
buckets?: [number];
customLabels: { [key: string]: any };
customLabels?: { [key: string]: any };
includeStatusCode?: boolean;
includeMethod?: boolean;