Package version:

Interface ArchivePackageSourceProperties

The properties of the archive package source.

interface ArchivePackageSourceProperties {
    type?: string;
    url?: string;
}

Hierarchy (view full)

Properties

Properties

type?: string

The type of package source for a archive.

url?: string

The external repository url.