Package version:

Interface DebianArchivePackageSourceProperties

The properties of the archive package source.

interface DebianArchivePackageSourceProperties {
    distributionName?: string;
    type?: string;
    url?: string;
}

Hierarchy (view full)

Properties

distributionName?: string

Upstream Debian distribution Name.

type?: string

The type of package source for a archive.

url?: string

The external repository url.