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

GetDeviceSimLockStateResponse

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

Response containing a device's SimLock state.

interface GetDeviceSimLockStateResponse {
simLockState?:
| "SIM_LOCK_STATE_UNSPECIFIED"
| "UNLOCKED"
| "LOCKED_TO_PARTNER"
| "LOCKED_TO_OTHER_PARTNER";
}

§Properties

§
simLockState?: "SIM_LOCK_STATE_UNSPECIFIED" | "UNLOCKED" | "LOCKED_TO_PARTNER" | "LOCKED_TO_OTHER_PARTNER"
[src]