import { ChannelInfoStruct } from '../struct'; export interface ChatInfoRes { chatInfo: ChannelInfoStruct; }