UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

11 lines 431 B
import JsonRxMessage from './JsonRxMessage'; export declare const NOTIFICATION_TYPE_CODE = 8; export default class JsonRxNotification<TPayload = unknown> extends JsonRxMessage { private methodName; private payload?; getMethodName(): string; getPayload(): TPayload | undefined; constructor(methodName: string, payload?: TPayload); getJson(): Array<unknown>; } //# sourceMappingURL=JsonRxNotification.d.ts.map