MCPcopy Create free account
hub / github.com/async-labs/async / getTeamData

Method getTeamData

api/server/models/User.ts:330–330  ·  view source on GitHub ↗
(teamId: string)

Source from the content-addressed store, hash-verified

328 }): Promise<any>;
329
330 getTeamData(teamId: string): Promise<{ teamName: string; teamLogoUrl: string; error: string }>;
331
332 getSubscriptionStatus(userId: string): Promise<{
333 isSubscriptionActiveForAccount: boolean;

Callers 1

public.tsFile · 0.65

Implementers 1

UserClassapi/server/models/User.ts

Calls

no outgoing calls

Tested by

no test coverage detected