• A hook event that fires after an Adventure has been imported into the World. importAdventure

    Parameters

    • adventure: Adventure

      The Adventure document from which content is being imported

    • formData: object

      Processed data from the importer form

    • created: Record<string, Document[]>

      Documents which were created in the World

    • updated: Record<string, Document[]>

      Documents which were updated in the World

    Returns void