Freigeben über


OptionsWithTracingContext type

Ein Hilfsprogrammtyp für, wenn bekannt ist, dass TracingContext als Teil der Optionen eines Vorgangs festgelegt wurde.

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