import { Chatroom } from '../interfaces/Chatroom';
export interface CreateDMChatroomResponse {
    chatroom: Chatroom;
}
