@resistdesign/voltra
    Preparing search index...

    Type Alias TypeInfoORMReindexStoredItemConfig

    TypeInfoORMReindexStoredItemConfig: TypeInfoORMReplaceIndexingConfig & {
        previousItem?: Partial<TypeInfoDataItem>;
    }

    Options for reindexing a stored item from the backing driver.

    Type Declaration

    • OptionalpreviousItem?: Partial<TypeInfoDataItem>

      Optional previous snapshot to remove before indexing the current stored item.