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

AppliedLicense

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

AppliedLicense holds the license data returned by adaptation module report.

interface AppliedLicense {
osLicense?: string;
type?:
| "TYPE_UNSPECIFIED"
| "NONE"
| "PAYG"
| "BYOL";
}

§Properties

§
osLicense?: string
[src]

The OS license returned from the adaptation module's report.

§
type?: "TYPE_UNSPECIFIED" | "NONE" | "PAYG" | "BYOL"
[src]

The license type that was used in OS adaptation.