importConfig

fun importConfig(importId: String, configs: ImportConfig.() -> Unit)

Assign a new ImportConfig to the given importId.

Parameters

importId

The import ID to configure.

configs

The configs to be applied to the import id.

Throws