library · inferred from evidence
@vonage/voice
A Vonage SDK library containing type definitions that reference ConversationAction and StreamAction members.
- Importing @vonage/server-sdk causes error TS2694: ConversationAction / StreamAction has no exported member
The errors come from type-checking the SDK's bundled `.d.ts` files. Vonage's supported setup is `skipLibCheck: true` in tsconfig.json; setting it to false surfaces internal typing mismatches in `@vonage/voice` (e.g. the `ConversationAction`