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

EidInfo

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

Information related to the EIDs of the device.

interface EidInfo {
readonly eids?: Eid[];
}

§Properties

§
readonly eids?: Eid[]
[src]

Output only. EID information for each eUICC chip.