Skip to main content

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:25

Functions

createEvent

createEvent(source, publisher, notificationId, recipient, time?, metadata?): Type<Event>

Parameters

NameType
sourcestring
publisherstring
notificationIdstring
recipientstring
timestring
metadata?UserMetadata

Returns

Type<Event>

Defined in

src/service/domain/workflow/notification_marked_read.ts:35


validate

validate(input): Type<Event>

Parameters

NameType
inputany

Returns

Type<Event>

Defined in

src/service/domain/workflow/notification_marked_read.ts:61