Type Alias ConversationResponse
ConversationResponse: { id: string; contactId: string; locationId: string; deleted: boolean; inbox: boolean; type: ConversationType; unreadCount: number; assignedTo: string; starred: boolean;} Type declaration
id: string
contactId: string
locationId: string
deleted: boolean
inbox: boolean
unreadCount: number
assignedTo: string
starred: boolean