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

MigrationJobObjectsConfig

import type { MigrationJobObjectsConfig } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";

Configuration for the objects to be migrated.

interface MigrationJobObjectsConfig {
sourceObjectsConfig?: SourceObjectsConfig;
}

§Properties

§
sourceObjectsConfig?: SourceObjectsConfig
[src]

The list of the migration job objects.