Interface ReducerResult

interface ReducerResult {
    changedSlices: ReadonlySet<ExplorationSlice>;
    state: ExplorationState;
}

Properties

Properties

changedSlices: ReadonlySet<ExplorationSlice>