Node.js SDK - EventReturnType

Home > @rainway/native > EventReturnType

EventReturnType type

The return type of an event handler

Signature:

export declare type EventReturnType = void | Promise<void>;