Type Alias ConversationProcessMessageResponse
ConversationProcessMessageResponse: {
success: boolean;
conversationId: string;
messageId: string;
message: string;
contactId?: string;
dateAdded?: string;
emailMessageId?: string;
}
Type declaration
success: boolean
conversationId: string
messageId: string
message: string
Optional
contactId?: string
Optional
dateAdded?: string
Optional
emailMessageId?: string