OperationOptionsBase type

NOTE: This type is intended to mirror the relevant fields and structure from @azure/core-client OperationOptions

Options for configuring tracing and the abortSignal.

type OperationOptionsBase = Pick<
  OperationOptions,
  "abortSignal" | "tracingOptions"
>