File size: 100 Bytes
7e89980
 
 
 
1
2
3
4
5
export interface IConversationWebSocket {
  conversationId: string;
  modality: "voice" | "text";
}