AdventurePostImportCallback: (
    result: AdventureImportResult,
    options: AdventureImportOptions,
) => Promise<void>

A callback function that is invoked and awaited after import but before the overall import workflow concludes. This can be used to perform additional custom adventure setup steps.

Type declaration