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

OSDescription

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

A message describing the VM's OS. Including OS, Publisher, Offer and Plan if applicable.

interface OSDescription {
offer?: string;
plan?: string;
publisher?: string;
type?: string;
}

§Properties

§
offer?: string
[src]

OS offer.

§
plan?: string
[src]

OS plan.

§
publisher?: string
[src]

OS publisher.

§
type?: string
[src]

OS type.