ListDomainsResponse
import type { ListDomainsResponse } from "https://googleapis.deno.dev/v1/firebaseapphosting:v1.ts";
Message for response to list domains.
interface ListDomainsResponse {
readonly domains?: Domain[];
readonly nextPageToken?: string;
readonly unreachable?: string[];
}