cleaning up api and adding in conversation create route
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { ObjectId } from 'mongodb';
|
||||
|
||||
export default class CreateConversationResponse {
|
||||
constructor(public conversationId: ObjectId) {}
|
||||
}
|
||||
Reference in New Issue
Block a user