interface TaskPackageMetadata {
    type?: string;
    url?: string;
    version?: string;
}

Properties

Properties

type?: string

Gets the name of the package.

url?: string

Gets the url of the package.

version?: string

Gets the version of the package.