Interface ReindexOptions

interface ReindexOptions {
    backfill?: boolean;
}

Properties

Properties

backfill?: boolean