({
chatParticipantIds,
userId,
teamId,
id,
content,
}: {
chatParticipantIds: string[];
userId: string;
teamId: string;
id: string;
content: string;
})
| 34 | getChatList({ userId, teamId }: { userId: string; teamId: string }): Promise<IChatDocument[]>; |
| 35 | |
| 36 | createOrUpdate({ |
| 37 | chatParticipantIds, |
| 38 | userId, |
| 39 | teamId, |
no outgoing calls
no test coverage detected