Skip to content

Commit

Permalink
Revert "fix: type of params.page.*"
Browse files Browse the repository at this point in the history
  • Loading branch information
joelalejandro authored Dec 12, 2023
1 parent 4214634 commit c06ca3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export type JsonApiParams = {
include?: string[];
sort?: string[];
filter?: { [key: string]: string };
page?: { [key: string]: string };
page?: { [key: string]: number };
fields?: { [key: string]: string[] };
};

Expand Down

0 comments on commit c06ca3b

Please sign in to comment.