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

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

/**
 * @api
 */
final class Content
{
    /**
     * @var string
     */
    public const RESULT = 'result';
    /**
     * @var string
     */
    public const FILES = 'files';
}
