Skip to content

Commit

Permalink
fix(paymaster): export client types
Browse files Browse the repository at this point in the history
  • Loading branch information
roushou committed Jun 22, 2024
1 parent d4c5a4b commit 851481b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-poems-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@coinbase-platform/paymaster": patch
---

fix(paymaster): export client types
2 changes: 2 additions & 0 deletions packages/paymaster/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export { createClient } from "./client";
export type { Client, ClientConfig } from "./client";
export { createRpcClient } from "./rpc";
export type { RpcClient, RpcClientConfig } from "./rpc";

0 comments on commit 851481b

Please sign in to comment.