GoogleCloudApihubV1ListSpecsResponse
import type { GoogleCloudApihubV1ListSpecsResponse } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The ListSpecs method's response.
interface GoogleCloudApihubV1ListSpecsResponse {
nextPageToken?: string;
specs?: GoogleCloudApihubV1Spec[];
}