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.
(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.