export type TextBasedFeatureHandleMessageSend = ( message: string, channelId: string, ) => void | Promise; export type TextBasedFeatureInput = { channelId: string; messagesService: TextBasedFeatureHandleMessageSend; };