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

CreateShortDynamicLinkResponse

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

Response to create a short Dynamic Link.

interface CreateShortDynamicLinkResponse {
previewLink?: string;
shortLink?: string;
warning?: DynamicLinkWarning[];
}

§Properties

§

Information about potential warnings on link creation.