import { Chatroom } from '../interfaces/Chatroom';
export interface SearchChatroomsResponse {
    chatrooms: Chatroom[];
}
