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

DeleteAccountResponse

import type { DeleteAccountResponse } from "https://googleapis.deno.dev/v1/identitytoolkit:v3.ts";

Respone of deleting account.

interface DeleteAccountResponse {
kind?: string;
}

§Properties

§
kind?: string
[src]

The fixed string "identitytoolkit#DeleteAccountResponse".