Appearance
electron-reactive-event / API / Channel / Response
type Response<Registrar> = Exclude< RegistrarWithNames<Registrar>, IEventDeclNoResponse >;
Channels whose event declarations define a response type.
Registrar