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

FeatureDescription

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

A feature description of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#featuredesc.

interface FeatureDescription {
headline?: string;
image?: Image;
text?: string;
}

§Properties

§
headline?: string
[src]

A short description of the feature.

§
image?: Image
[src]

An optional image describing the feature.

§
text?: string
[src]

A detailed description of the feature.