* 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
})
| 61 | * Add an `Event` to the `EventGroup`. |
| 62 | */ |
| 63 | add< |
| 64 | Tag extends string, |
| 65 | Payload extends Schema.Top = typeof Schema.Void, |
| 66 | Success extends Schema.Top = typeof Schema.Void, |
no outgoing calls
no test coverage detected