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

EnterpriseTopazSidekickDocumentGroup

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

Represents a mapping between a document type and its corresponding documents. Use for Work in Progress card in v1 homepage.

interface EnterpriseTopazSidekickDocumentGroup {
groupType?: "UNKNOWN_TYPE" | "ALL";
personalizedDocument?: EnterpriseTopazSidekickCommonDocument[];
}

§Properties

§
groupType?: "UNKNOWN_TYPE" | "ALL"
[src]

Document group type

§

The list of corresponding documents.