Skip to content

Commit

Permalink
fix: type ERSVersionSorted
Browse files Browse the repository at this point in the history
  • Loading branch information
PYudakov committed Sep 15, 2024
1 parent 603ba87 commit 028e82a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ interface ERSVersion {
interface ERSVersionSorted {
total: number;
offset: number;
page: string;
page: string | number;
items: ERSVersion[];
}

Expand Down

0 comments on commit 028e82a

Please sign in to comment.