Package version:

The properties of a package type.

interface PackageType {
    endpoint?: string;
    name?: string;
}

Properties

Properties

endpoint?: string

The endpoint of the package type. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The name of the package type.