Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4929ce6

Browse files
committedApr 1, 2025·
feat: dummy network-controller change
1 parent 0c5b244 commit 4929ce6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/network-controller/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ export type { NetworkClient } from './create-network-client';
5959
export type { AbstractRpcService } from './rpc-service/abstract-rpc-service';
6060
export type { RpcServiceRequestable } from './rpc-service/rpc-service-requestable';
6161
export { isConnectionError } from './rpc-service/rpc-service';
62+
export type TestType = 'test'; // for testing changelog

0 commit comments

Comments
 (0)
Please sign in to comment.