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

EuiccChipInfo

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

Information related to the eUICC chip.

interface EuiccChipInfo {
readonly eid?: string;
}

§Properties

§
readonly eid?: string
[src]

Output only. The Embedded Identity Document (EID) that identifies the eUICC chip for each eUICC chip on the device. This is available on company owned devices running Android 13 and above.