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

ExportSchemaResponse

import type { ExportSchemaResponse } from "https://aws-api.deno.dev/v0.3/services/schemas.ts?docs=full";
interface ExportSchemaResponse {
Content?: string | null;
SchemaArn?: string | null;
SchemaName?: string | null;
SchemaVersion?: string | null;
Type?: string | null;
}

§Properties

§
Content?: string | null
[src]
§
SchemaArn?: string | null
[src]
§
SchemaName?: string | null
[src]
§
SchemaVersion?: string | null
[src]
§
Type?: string | null
[src]