AdventurePreImportCallback: (
    data: AdventureImportData,
    options: AdventureImportOptions,
) => Promise<void>

A callback function that is invoked and awaited during import data preparation before the adventure import proceeds. This can be used to perform custom pre-processing on the import data.

Type declaration