Type Alias StructuredEventHandler

StructuredEventHandler: {
    handler: EventHandler;
    method: Method;
    path: EventPath;
}