export interface ApproveLeagueJoinRequestUseCaseParams { leagueId: string; requestId: string; }