export interface UserConversation {
  conversation_sid: string;
}
