synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
11 lines • 431 B
TypeScript
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