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

StopLostModeStatus

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

Status of the STOP_LOST_MODE command to take the device out of lost mode.

interface StopLostModeStatus {
status?: "STATUS_UNSPECIFIED" | "SUCCESS" | "NOT_IN_LOST_MODE";
}

§Properties

§
status?: "STATUS_UNSPECIFIED" | "SUCCESS" | "NOT_IN_LOST_MODE"
[src]

The status. See StopLostModeStatus.