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

MappingEntry

import type { MappingEntry } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface MappingEntry {
SourcePath?: string | null;
SourceTable?: string | null;
SourceType?: string | null;
TargetPath?: string | null;
TargetTable?: string | null;
TargetType?: string | null;
}

§Properties

§
SourcePath?: string | null
[src]
§
SourceTable?: string | null
[src]
§
SourceType?: string | null
[src]
§
TargetPath?: string | null
[src]
§
TargetTable?: string | null
[src]
§
TargetType?: string | null
[src]