Skip to content

Commit f4fad3a

Browse files
authored
docs: Surface RequiredTelemetryOptions for API docs (#527)
* docs: Surface RequiredTelemetryOptions for API docs * Simplify export
1 parent e797994 commit f4fad3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/worker/src/core.ts

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import { byteArrayToBuffer } from './utils';
2020

2121
export type History = temporal.api.history.v1.IHistory;
2222

23+
export { RequiredTelemetryOptions };
2324
export type TelemetryOptions = MakeOptional<RequiredTelemetryOptions, 'logForwardingLevel'>;
2425

2526
export interface CoreOptions {

0 commit comments

Comments
 (0)