Sdílet prostřednictvím


OptionsWithTracingContext type

Typ nástroje pro, když víme, že TracingContext byl nastaven jako součást možností operace.

type OptionsWithTracingContext<Options> = Options & {
  tracingOptions: { tracingContext: TracingContext }
}