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

ImportDataSourceConfig

import type { ImportDataSourceConfig } from "https://aws-api.deno.dev/v0.4/services/honeycode.ts?docs=full";

An object that contains the configuration parameters for the data source of an import request.

interface ImportDataSourceConfig {
dataSourceUrl?: string | null;
}

§Properties

§
dataSourceUrl?: string | null
[src]

The URL from which source data will be downloaded for the import request.