export interface JoinedTeam { teamId: string; teamName: string; creatorEmail: string; createdAt: string; joinedAt: string; personal: boolean; }