(userId: string)
| 330 | getTeamData(teamId: string): Promise<{ teamName: string; teamLogoUrl: string; error: string }>; |
| 331 | |
| 332 | getSubscriptionStatus(userId: string): Promise<{ |
| 333 | isSubscriptionActiveForAccount: boolean; |
| 334 | isPaymentFailedForAccount: boolean; |
| 335 | isTrialPeriodOverForAccount: boolean; |
no outgoing calls
no test coverage detected