interface MessageHandlers {
    bare?: MessageHandlersBare;
    withChainContext?: MessageHandlersWithChainContext;
}

Properties