export default interface ProviderMetric { provider: string; key: string; value: string | number; }