import { Channel } from '@src/chatClient/dto/channel'; export interface ChannelsResponse { items: Channel[]; }