ContainerSource
import type { ContainerSource } from "https://googleapis.deno.dev/v1/firebaseapphosting:v1.ts";
The URI of an Artifact Registry container image to use as the build source.
interface ContainerSource {
image?: string;
}import type { ContainerSource } from "https://googleapis.deno.dev/v1/firebaseapphosting:v1.ts";
The URI of an Artifact Registry container image to use as the build source.