Skip to content

Commit 465d204

Browse files
authored
feat(aurora): export additional tRPC client types (#1034)
Export trpcClient, trpcReactClient, and trpcReact types from the client barrel file to make them available for consumers.
1 parent 1376e9f commit 465d204

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/aurora/src/client/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export {
66
type TrackEventPayload,
77
type OnTrackEventCallback,
88
} from "./AuroraApp"
9-
export type { TrpcClient } from "./trpcClient"
9+
export type { TrpcClient, trpcClient, trpcReactClient, trpcReact } from "./trpcClient"

0 commit comments

Comments
 (0)