Skip to content

Commit

Permalink
fix(warning): Removing unused exports
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoraele committed Dec 31, 2024
1 parent 80a79bf commit ef4c745
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/json-rpc/json-rpc-request.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { JsonRpcError } from './json-rpc-error.js';
import { JsonRpcResponse } from './json-rpc-response.js';

export type JsonRpcRequest = {
jsonrpc: '2.0',
Expand Down
2 changes: 0 additions & 2 deletions src/json-rpc/json-rpc-response.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { JsonRpcRequest } from './json-rpc-request.js';

export type JsonRpcResponse = JsonRpcSuccessResponse|JsonRpcErrorResponse;

export type JsonRpcSuccessResponse = {
Expand Down

0 comments on commit ef4c745

Please sign in to comment.