Skip to content

Commit

Permalink
Merge pull request #367 from nelson6e65/patch-1
Browse files Browse the repository at this point in the history
fix: type of params.page.*
  • Loading branch information
joelalejandro authored Dec 12, 2023
2 parents 1208c06 + db44985 commit e1dd5c6
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]: number };
page?: { [key: string]: string };
fields?: { [key: string]: string[] };
};

Expand Down

0 comments on commit e1dd5c6

Please sign in to comment.