QueryProductsResponse
import type { QueryProductsResponse } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";QueryProductsResponse represents the response containing a list of products.
interface QueryProductsResponse {
nextPageToken?: string;
products?: Product[];
unreachable?: string[];
}