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;
}import type { ServingBehavior } from "https://googleapis.deno.dev/v1/firebaseapphosting:v1.ts";
Indicates whether App Hosting will serve content on the domain.