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

CheckSchemaVersionValidityResponse

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

§Properties

§
Error?: string | null
[src]

A validation failure error message.

§
Valid?: boolean | null
[src]

Return true, if the schema is valid and false otherwise.