Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InventoryVersionedPackage

import type { InventoryVersionedPackage } from "https://googleapis.deno.dev/v1/osconfig:v1.ts";

Information related to the a standard versioned package. This includes package info for APT, Yum, Zypper, and Googet package managers.

interface InventoryVersionedPackage {
architecture?: string;
packageName?: string;
version?: string;
}

§Properties

§
architecture?: string
[src]

The system architecture this package is intended for.

§
packageName?: string
[src]

The name of the package.

§
version?: string
[src]

The version of the package.