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

CustomerSearchApplicationStats

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

Search application stats for a customer for the given date.

interface CustomerSearchApplicationStats {
count?: bigint;
date?: Date;
}

§Properties

§
count?: bigint
[src]

The count of search applications for the date.

§
date?: Date
[src]

The date for which search application stats were calculated.