Commit cb71fcde authored by Will Cory's avatar Will Cory Committed by GitHub

fix(cmm): BSV2 update metrics to more permissive type (#2805)

* update metrics to more permissive type

* changeset
Co-authored-by: default avatarWill Cory <willcory@Wills-MacBook-Pro.local>
Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent 7142175a
---
'@eth-optimism/common-ts': minor
---
Make typescript type more permissive for MetricsV2
......@@ -34,9 +34,7 @@ export type OptionsSpec<TOptions extends Options> = {
}
}
export type MetricsV2 = {
[key: string]: Metric
}
export type MetricsV2 = Record<any, Metric>
export type StandardMetrics = {
metadata: Gauge
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment