import { ChatlogStruct } from '../struct'; export interface MChatlogsRes { chatLogs: ChatlogStruct[]; }