Skip to content

Commit cf0c0cd

Browse files
Update return type
1 parent 54ee838 commit cf0c0cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/lib-engine/src/processTargets/modifiers/scopeHandlers/BoundedScopeHandler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ import { BaseScopeHandler } from "./BaseScopeHandler";
1515
import { compareTargetScopes } from "./compareTargetScopes";
1616
import type { TargetScope } from "./scope.types";
1717
import type {
18-
ComplexScopeType,
1918
ScopeHandler,
2019
ScopeIteratorRequirements,
20+
SortedScopeType,
2121
} from "./scopeHandler.types";
2222
import type { ScopeHandlerFactory } from "./ScopeHandlerFactory";
2323
import { isEveryScopeModifier } from "./util/isHintsEveryScope";
@@ -47,7 +47,7 @@ abstract class BoundedBaseScopeHandler extends BaseScopeHandler {
4747
);
4848
}
4949

50-
get iterationScopeType(): ComplexScopeType {
50+
get iterationScopeType(): SortedScopeType {
5151
return {
5252
type: "sorted",
5353
scopeTypes: [

0 commit comments

Comments
 (0)