Skip to content

Commit d53cc04

Browse files
committed
Count in expand can't be Filter
1 parent 8dadd22 commit d53cc04

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 | Filter;
40+
count: boolean;
4141
expand: Expand<T>;
4242
}
4343

0 commit comments

Comments
 (0)