OptionsWithTracingContext type
Тип служебной программы для , когда мы знаем, что TracingContext был задан как часть параметров операции.
type OptionsWithTracingContext<Options> = Options & {
tracingOptions: { tracingContext: TracingContext }
}