GoogleCloudApihubV1ListHostProjectRegistrationsResponse
import type { GoogleCloudApihubV1ListHostProjectRegistrationsResponse } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The ListHostProjectRegistrations method's response.
interface GoogleCloudApihubV1ListHostProjectRegistrationsResponse {
hostProjectRegistrations?: GoogleCloudApihubV1HostProjectRegistration[];
nextPageToken?: string;
}