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