Type Alias: VoiceTrustProductKey
VoiceTrustProductKey =
"cnam"|"shaken_stir"|"voice_integrity"
Defined in: packages/sdk/src/types/organization-types.ts:283
The product path segment for trust-product routes. The API types it as
a plain string (path param); this union gives SDK/hook callers a
compile-time error instead of a runtime 404 for unknown products.