File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -138,12 +138,18 @@ export type ConnectionOptionsWithDefaults = Required<
138138 connectTimeoutMs : number ;
139139} ;
140140
141+ /**
142+ * A symbol used to attach extra, SDK-internal connection options.
143+ *
144+ * @internal
145+ * @hidden
146+ */
141147export const InternalConnectionOptionsSymbol = Symbol ( '__temporal_internal_connection_options' ) ;
142148export type InternalConnectionOptions = ConnectionOptions & {
143149 [ InternalConnectionOptionsSymbol ] ?: {
144150 /**
145- * A symbol used internally to indicate whether support for TestService should be enabled on this
146- * connection. This is set to true on connections created internally by the `TestWorkflowEnvironment.createTimeSkipping()`
151+ * Indicate whether the ` TestService` should be enabled on this connection. This is set to true
152+ * on connections created internally by `TestWorkflowEnvironment.createTimeSkipping()`.
147153 */
148154 supportsTestService ?: boolean ;
149155 } ;
You can’t perform that action at this time.
0 commit comments