service/domain/workflow/notification_marked_read
Api Code Documentation / Exports / service/domain/workflow/notification_marked_read
Table of contents
Interfaces
Variables
Functions
Variables
schema
• Const schema: ObjectSchema<any>
Defined in
src/service/domain/workflow/notification_marked_read.ts:27
Functions
createEvent
▸ createEvent(source, publisher, notificationId, recipient, time?, metadata?): Type<Event>
Parameters
| Name | Type |
|---|---|
source | string |
publisher | string |
notificationId | string |
recipient | string |
time | string |
metadata? | UserMetadata |
Returns
Defined in
src/service/domain/workflow/notification_marked_read.ts:37
validate
▸ validate(input): Type<Event>
Parameters
| Name | Type |
|---|---|
input | any |