GoogleCloudApihubV1ListCurationsResponse
import type { GoogleCloudApihubV1ListCurationsResponse } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The ListCurations method's response.
interface GoogleCloudApihubV1ListCurationsResponse {
curations?: GoogleCloudApihubV1Curation[];
nextPageToken?: string;
}