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

GetSchemaVersionsDiffResponse

import type { GetSchemaVersionsDiffResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetSchemaVersionsDiffResponse {
Diff?: string | null;
}

§Properties

§
Diff?: string | null
[src]

The difference between schemas as a string in JsonPatch format.