Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek committed Dec 5, 2023
1 parent 86d08a4 commit 751d1c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/types/queries/blocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export type { ResultFound } from '../common.js';
export interface RequestParameters {
Params: {
hash_or_number: string;
hash: string;
};
Querystring: {
count: number;
Expand Down
1 change: 0 additions & 1 deletion src/types/queries/epochs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export interface RequestBlockParameters {
Querystring: {
count: number;
page: number;
order: 'asc' | 'desc';
};
}

Expand Down

0 comments on commit 751d1c0

Please sign in to comment.