
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php

declare (strict_types=1);
namespace RectorPrefix202411\Symplify\EasyParallel\Enum;

/**
 * @api
 */
final class ReactCommand
{
    /**
     * @var string
     */
    public const ACTION = 'action';
    /**
     * @var string
     */
    public const IDENTIFIER = 'identifier';
}
