Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudApihubV1SpecContents

import type { GoogleCloudApihubV1SpecContents } from "https://googleapis.deno.dev/v1/apihub:v1.ts";

The spec contents.

interface GoogleCloudApihubV1SpecContents {
contents?: Uint8Array;
mimeType?: string;
}

§Properties

§
contents?: Uint8Array
[src]

Required. The contents of the spec.

§
mimeType?: string
[src]

Required. The mime type of the content for example application/json, application/yaml, application/wsdl etc.