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

ServingBehavior

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

Indicates whether App Hosting will serve content on the domain.

interface ServingBehavior {
redirect?: Redirect;
}

§Properties

§
redirect?: Redirect
[src]

Optional. Redirect behavior for a domain, if provided.