* Add an `Event` to the `EventGroup`.
(options: {
readonly tag: Tag
readonly primaryKey: (payload: Schema.Schema.Type<Payload>) => string
readonly payload?: Payload
readonly success?: Success
readonly error?: Error
})
| 48 | * Add an `Event` to the `EventGroup`. |
| 49 | */ |
| 50 | add< |
| 51 | Tag extends string, |
| 52 | Payload extends Schema.Schema.Any = typeof Schema.Void, |
| 53 | Success extends Schema.Schema.Any = typeof Schema.Void, |
no outgoing calls
no test coverage detected