RolloutPolicy
import type { RolloutPolicy } from "https://googleapis.deno.dev/v1/firebaseapphosting:v1.ts";
The policy for how automatic builds and rollouts are triggered and rolled out.
interface RolloutPolicy {
codebaseBranch?: string;
disabled?: boolean;
readonly disabledTime?: Date;
}