GoogleCloudApihubV1StyleGuideContents
import type { GoogleCloudApihubV1StyleGuideContents } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The style guide contents.
interface GoogleCloudApihubV1StyleGuideContents {
contents?: Uint8Array;
mimeType?: string;
}