import { ChatlogStruct } from '../struct'; export interface ForwardRes { chatLog: ChatlogStruct; }