export type MessagingType = 'RESPONSE' | 'UPDATE' | 'MESSAGE_TAG';
