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

CreateManagedShortLinkResponse

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

Response to create a short Dynamic Link.

interface CreateManagedShortLinkResponse {
managedShortLink?: ManagedShortLink;
previewLink?: string;
warning?: DynamicLinkWarning[];
}

§Properties

§

Information about potential warnings on link creation.