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

Suffix

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

Short Dynamic Link suffix.

interface Suffix {
customSuffix?: string;
option?:
| "OPTION_UNSPECIFIED"
| "UNGUESSABLE"
| "SHORT"
| "CUSTOM";
}

§Properties

§
customSuffix?: string
[src]

Only applies to Option.CUSTOM.

§
option?: "OPTION_UNSPECIFIED" | "UNGUESSABLE" | "SHORT" | "CUSTOM"
[src]

Suffix option.