*/ class DeleteMonitorCommand implements CommandInterface { public function __construct( public string $monitorId, ) {} }