<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php declare(strict_types = 1);
/**
 * Request data transfer object.
 *
 * @package query-monitor
 */

class QM_Data_Request extends QM_Data {
	/**
	 * @var array<string, mixed>
	 * @phpstan-var array{
	 *   title: string,
	 *   data: WP_User|false,
	 * }
	 */
	public $user;

	/**
	 * @var array<string, array<string, mixed>>