Vote.php 173 Bytes
<?php

namespace FootyRoom\Queries\Vote;

class Vote
{
    /**
     * @var string|int
     */
    public $value;

    /**
     * @var string
     */
    public $username;
}