TelephonyCallTraceStatus type

The availability status of a customer-facing telephony call trace.

type TelephonyCallTraceStatus =
  | "pending"
  | "emitting"
  | "available"
  | "not_recorded"
  | "not_applicable"
  | "failed"