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

EnterpriseTopazSidekickMeetingNotesCardError

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

Errors in the creation of meeting notes.

interface EnterpriseTopazSidekickMeetingNotesCardError {
description?: string;
reason?: "NONE" | "NOT_OWNER" | "UNKNOWN";
}

§Properties

§
description?: string
[src]

The description of the reason why create-meeting-notes failed.

§

The event to request meeting notes creation

§
reason?: "NONE" | "NOT_OWNER" | "UNKNOWN"
[src]

The reason why create-meeting-notes failed.