({ userId }: { userId: string })
| 385 | teamLeader: IUserDocument; |
| 386 | }): Promise<void>; |
| 387 | cancelSubscriptionForAccount({ userId }: { userId: string }): Promise<IUserDocument>; |
| 388 | reSubscribeToPaidPlan({ userId }: { userId: string }): Promise<IUserDocument>; |
| 389 | cancelSubscriptionForAccountAfterFailedPayment({ |
| 390 | subscriptionId, |
no outgoing calls
no test coverage detected