importConfig

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

Assign a new ImportConfigs to the given importId.

Parameters

importId

The import ID to configure.

configs

The configs to be applied to the import id.

Throws