Skip to content

Commit 7b7226f

Browse files
feat: export additional types from service-utils (#4946)
1 parent 506764d commit 7b7226f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.changeset/strong-laws-fail.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/service-utils": patch
3+
---
4+
5+
Export types

packages/service-utils/src/index.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
// Exports the public service definitions.
22
export * from "./core/services.js";
3+
export type {
4+
ApiKeyMetadata,
5+
AccountMetadata,
6+
ApiAccountResponse,
7+
ApiResponse,
8+
CoreServiceConfig,
9+
PolicyResult,
10+
UserOpData,
11+
} from "./core/api.js";
312

413
export {
514
authorizeBundleId,

0 commit comments

Comments
 (0)