Interface HttpUserEvent

A user-defined event.

interface HttpUserEvent {
    type: User;
}

Properties

Properties

type: User