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

AdaptationModifier

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

AdaptationModifier a modifier to be used for configuration of the OS adaptation process.

interface AdaptationModifier {
modifier?: string;
value?: string;
}

§Properties

§
modifier?: string
[src]

Optional. The modifier name.

§
value?: string
[src]

Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.