Type alias MetricsProperty<T>

MetricsProperty<T>: T extends undefined
    ? string
    : keyof T & string

Type Parameters

  • T