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

Count

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

The number of products in a single package. For more information, see https://support.google.com/manufacturers/answer/6124116#count.

interface Count {
unit?: string;
value?: bigint;
}

§Properties

§
unit?: string
[src]

The unit in which these products are counted.

§
value?: bigint
[src]

The numeric value of the number of products in a package.