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

ProductDetail

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

The product details.

interface ProductDetail {
attributeName?: string;
attributeValue?: string;
sectionName?: string;
}

§Properties

§
attributeName?: string
[src]

The name of the product detail.

§
attributeValue?: string
[src]

The value of the product detail.

§
sectionName?: string
[src]

The section header used to group a set of product details.