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

RemoveHeldAccountsResponse

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

Response for batch delete held accounts.

interface RemoveHeldAccountsResponse {
statuses?: Status[];
}

§Properties

§
statuses?: Status[]
[src]

A list of statuses for the deleted accounts. Results have the same order as the request.