API Reference
Rockets Core API
nestjs-event
interfaces
EventSyncInterface

Interface: EventSyncInterface<P>

The interface that all sync events must adhere to

Extends

Type Parameters

Type ParameterDefault type
Pundefined

Properties

PropertyTypeDescriptionInherited from
expectsReturnOfvoid-EventInterface.expectsReturnOf
keystringEvent key.EventInterface.key
payloadPReturn the payload that should be emitted.EventInterface.payload