The user event payload interface.

interface INodeEventPayload {
    id: string;
}

Hierarchy (view full)

Properties

Properties

id: string

The ID of the user.

Generated using TypeDoc