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

ListProductsResponse

import type { ListProductsResponse } from "https://googleapis.deno.dev/v1/manufacturers:v1.ts";
interface ListProductsResponse {
nextPageToken?: string;
products?: Product[];
}

§Properties

§
nextPageToken?: string
[src]

The token for the retrieval of the next page of product statuses.

§
products?: Product[]
[src]

List of the products.