8 lines
		
	
	
		
			285 B
		
	
	
	
		
			TypeScript
		
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			285 B
		
	
	
	
		
			TypeScript
		
	
	
	
| import { type WriteableMessageLifeCycleServiceGenerator } from '@coze-common/chat-area';
 | |
| 
 | |
| import { type PluginBizContext } from '../../types/biz-context';
 | |
| 
 | |
| export const messageLifeCycleServiceGenerator: WriteableMessageLifeCycleServiceGenerator<
 | |
|   PluginBizContext
 | |
| > = plugin => ({});
 |