Skip to content

Interface: RTUInterServerEvents

The events declared in the InterServerEvents interface are used for inter-server communication. This interface is exposed to allow type augmentation.

Extends

Indexable

ts
[event: string]: any

Properties

PropertyType
rtu(model: string, id: string, objectified: any) => void