A license metric

interface LicenseMetric {
    key?: string;
    value?: string;
}

Properties

Properties

key?: string

The key of the license metric.

value?: string

The value for the license metric.