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

GetAccountInfoResponse

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

Response of getting account information.

interface GetAccountInfoResponse {
kind?: string;
users?: UserInfo[];
}

§Properties

§
kind?: string
[src]

The fixed string "identitytoolkit#GetAccountInfoResponse".

§
users?: UserInfo[]
[src]

The info of the users.