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

Capacity

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

The capacity of a product. For more information, see https://support.google.com/manufacturers/answer/6124116#capacity.

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

§Properties

§
unit?: string
[src]

The unit of the capacity, i.e., MB, GB, or TB.

§
value?: bigint
[src]

The numeric value of the capacity.