Skip to content

Commit a82b1f7

Browse files
committed
export ServerRuntimeClientOptions
1 parent f490dd5 commit a82b1f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export type { ClientClass } from './sdk';
22
export type { AsyncContextStrategy, Carrier, Layer, RunWithAsyncContextOptions } from './hub';
33
export type { OfflineStore, OfflineTransportOptions } from './transports/offline';
4+
export type { ServerRuntimeClientOptions } from './server-runtime-client';
45

56
export * from './tracing';
67
export {

0 commit comments

Comments
 (0)