Interface VersioningMatrixEntry

interface VersioningMatrixEntry {
    api: string;
    sdk: string;
    [key: string]: string;
}

Indexable

  • [key: string]: string

    The required version of a cumulocity component. Indicated by a semver range.

    ">=1016.0.0 <1017.0.0"
    

Properties

Properties

api: string

The required version of the cumulocity api. Indicated by a semver range.

">=1016.0.0 <1017.0.0"
sdk: string

The required version of the Web SDK. Indicated by a semver range.

">=1016.0.0 <1017.0.0"