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

ProductDimension

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

The dimension of the product.

interface ProductDimension {
unit?: string;
value?: number;
}

§Properties

§
unit?: string
[src]

Required. The dimension units. Acceptable values are: * "in" * "cm"

§
value?: number
[src]

Required. The dimension value represented as a number. The value can have a maximum precision of four decimal places.