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

AccountCount

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

The results count for each account.

interface AccountCount {
account?: UserInfo;
count?: bigint;
}

§Properties

§
account?: UserInfo
[src]

Account owner.

§
count?: bigint
[src]

The number of results (messages or files) found for this account.