import { Chatroom } from 'src/shared/responseModels/Chatroom';
export interface ExploreFeedResponse {
    chatrooms: Chatroom[];
}
