Skip to content

Commit 0dbc7d7

Browse files
committed
fix Pagination input client typings
1 parent 571776e commit 0dbc7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/PaginationInput.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ export class PaginationInput {
2424
@property('number')
2525
public limit: number;
2626

27-
@property('number')
27+
@property('number', true)
2828
public count?: number;
2929
}

0 commit comments

Comments
 (0)