Future<void> logPlanLimitHit({required String projectType}) async { await _send('cli_plan_limit_hit', {'project_type': projectType}); }