次の方法で共有


OptionsWithTracingContext type

TracingContext が操作のオプションの一部として設定されていることがわかっている場合の のユーティリティの種類。

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