({
session,
teamLeader,
}: {
session: Stripe.Checkout.Session;
teamLeader: IUserDocument;
})
| 371 | |
| 372 | getListOfInvoicesForAccount({ userId }: { userId: string }): Promise<any>; |
| 373 | subscribeToPaidPlan({ |
| 374 | session, |
| 375 | teamLeader, |
| 376 | }: { |
no outgoing calls
no test coverage detected