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

AddHeldAccountResult

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

The status of each account creation, and the HeldAccount, if successful.

interface AddHeldAccountResult {
account?: HeldAccount;
status?: Status;
}

§Properties

§

Returned when the account was successfully created.

§
status?: Status
[src]

Reports the request status. If it failed, returns an error message.