({
teamId,
userId,
teamName,
teamLogoUrl,
}: {
teamId?: string;
userId?: string;
teamName: string;
teamLogoUrl: string;
})
| 316 | }): Promise<void>; |
| 317 | |
| 318 | createOrUpdateTeam({ |
| 319 | teamId, |
| 320 | userId, |
| 321 | teamName, |
no outgoing calls
no test coverage detected