RealTimePullRequestEvent interface
Base contract for a real time pull request event (SignalR)
Properties
event |
The id of this event. Can be used to track send/receive state between client and server. |
pull |
The id of the pull request this event was generated for. |
Property Details
eventId
The id of this event. Can be used to track send/receive state between client and server.
eventId: string
Property Value
string
pullRequestId
The id of the pull request this event was generated for.
pullRequestId: number
Property Value
number