Skip to content

Commit 59bbe37

Browse files
committed
Revert "Count in expand can't be Filter"
This reverts commit d53cc04.
1 parent d53cc04 commit 59bbe37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export type ExpandOptions<T> = {
3737
orderBy: OrderBy<T>;
3838
top: number;
3939
levels: number | 'max';
40-
count: boolean;
40+
count: boolean | Filter;
4141
expand: Expand<T>;
4242
}
4343

0 commit comments

Comments
 (0)