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

StartLostModeStatus

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

Status of the START_LOST_MODE command to put the device into lost mode.

interface StartLostModeStatus {
status?:
| "STATUS_UNSPECIFIED"
| "SUCCESS"
| "RESET_PASSWORD_RECENTLY"
| "USER_EXIT_LOST_MODE_RECENTLY"
| "ALREADY_IN_LOST_MODE";
}

§Properties

§
status?: "STATUS_UNSPECIFIED" | "SUCCESS" | "RESET_PASSWORD_RECENTLY" | "USER_EXIT_LOST_MODE_RECENTLY" | "ALREADY_IN_LOST_MODE"
[src]

The status. See StartLostModeStatus.