Type alias: WebHandlersSpecs<I, P>
Ƭ WebHandlersSpecs<I, P>: {}
An object describing the structure of messages a feature Web script can handle.
Type parameters:
Name | Type | Default | Description |
---|---|---|---|
I | string | string | A type for the event identifier. |
P | - | {} | A type describing the shape of payloads sent to Web handlers. |