({
userId,
teamId,
}: {
userId: string;
teamId: string;
})
| 33 | |
| 34 | interface IDiscussionModel extends mongoose.Model<IDiscussionDocument> { |
| 35 | getActiveList({ |
| 36 | userId, |
| 37 | teamId, |
| 38 | }: { |
no outgoing calls
no test coverage detected