import type { MessagingService } from './MessagingService'; export type MessagingServiceResponse = { data?: MessagingService; meta?: Record; };