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

ReviewLink

import type { ReviewLink } from "https://googleapis.deno.dev/v1/merchantapi:reviews_v1beta.ts";

The URI of the review landing page.

interface ReviewLink {
link?: string;
type?: "TYPE_UNSPECIFIED" | "SINGLETON" | "GROUP";
}

§Properties

§
type?: "TYPE_UNSPECIFIED" | "SINGLETON" | "GROUP"
[src]

Optional. Type of the review URI.