<?php

namespace CreativeMail\Models;

class TriggerExecution {

	/**
	 * Data for the execution of the trigger.
	 *
	 * @var string
	 */
	public $data;
	/**
	 * Type of the trigger.
	 *
	 * @var string
	 */
	public $type;
}
