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

DesktopInfo

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

Desktop related attributes to the Dynamic Link.

interface DesktopInfo {
desktopFallbackLink?: string;
}

§Properties