export interface ApproveTeamJoinRequestCommandDTO { teamId: string; requestId: string; }