@resistdesign/voltra
    Preparing search index...

    Type Alias StructuredOccupancyReindexer

    Minimal ORM maintenance surface required to rebuild occupancy.

    type StructuredOccupancyReindexer = {
        reindexStoredType(
            typeName: string,
            config?: { itemsPerPage?: number },
        ): Promise<TypeInfoORMReindexStoredTypeResults>;
    }
    Index

    Methods