GenericHandlerEventResponse: {
    data?: any;
    err?: Error | string;
}

Represents the response object returned by a generic event handler.