pub type Event = Vec<Value>;
An event to be handled by the interpreter
pub struct Event { /* private fields */ }