interface AdventureImportResult {
    created: Record<string, Document[]>;
    updated: Record<string, Document[]>;
}

Properties

Properties

created: Record<string, Document[]>

Documents created as a result of the import, organized by document name

updated: Record<string, Document[]>

Documents updated as a result of the import, organized by document name