Type alias MetricPathToAuditMetric<T>

MetricPathToAuditMetric<T>: T extends typeof nodeConnectionMetricPath | typeof nodeConnectionInboundMetricPath | typeof nodeConnectionOutboundMetricPath
    ? AuditMetricNodeConnection
    : never

Type Parameters

Generated using TypeDoc