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

JobLogEventData

import type { JobLogEventData } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/mgn.ts";
interface JobLogEventData {
conversionServerID?: string | null;
rawError?: string | null;
sourceServerID?: string | null;
targetInstanceID?: string | null;
}

§Properties

§
conversionServerID?: string | null
[src]
§
rawError?: string | null
[src]
§
sourceServerID?: string | null
[src]
§
targetInstanceID?: string | null
[src]