Type alias VoiceProviderName

VoiceProviderName: "twilio" | "telnyx" | "plivo" | "mock" | string & {}

Supported telephony providers.

The explicit literals enable autocomplete and exhaustiveness checking while the (string & {}) arm keeps the type open for future providers without requiring a code change.