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

BiosDetails

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

Details about the BIOS.

interface BiosDetails {
biosName?: string;
id?: string;
manufacturer?: string;
releaseDate?: Date;
smbiosUuid?: string;
version?: string;
}

§Properties

§
biosName?: string
[src]

BIOS name. This fields is deprecated. Please use the id field instead.

§
id?: string
[src]

BIOS ID.

§
manufacturer?: string
[src]

BIOS manufacturer.

§
releaseDate?: Date
[src]

BIOS release date.

§
smbiosUuid?: string
[src]

SMBIOS UUID.

§
version?: string
[src]

BIOS version.