ListServicesResponse
import type { ListServicesResponse } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1.ts";
Message for response to listing Services.
interface ListServicesResponse {
nextPageToken?: string;
services?: Service[];
unreachable?: string[];
}