interface AdventureImportData {
    toCreate: Record<string, object[]>;
    toUpdate: Record<string, object[]>;
    documentCount: number;
}

Properties

toCreate: Record<string, object[]>

Arrays of document data to create, organized by document name

toUpdate: Record<string, object[]>

Arrays of document data to update, organized by document name

documentCount: number

The total count of documents to import