Package version:

Interface UnitSystemsInfo

Unit systems info for the data provider.

interface UnitSystemsInfo {
    key: string;
    values: string[];
}

Properties

Properties

key: string

UnitSystem key sent as part of ProviderInput.

values: string[]

List of unit systems supported by this data provider.