RichLinkProperties
import type { RichLinkProperties } from "https://googleapis.deno.dev/v1/docs:v1.ts";Properties specific to a RichLink.
interface RichLinkProperties {
mimeType?: string;
title?: string;
uri?: string;
}import type { RichLinkProperties } from "https://googleapis.deno.dev/v1/docs:v1.ts";Properties specific to a RichLink.