service/domain/workflow/project_snapshot_published
Api Code Documentation / Exports / service/domain/workflow/project_snapshot_published
Table of contents
Interfaces
Variables
Functions
Variables
schema
• Const
schema: ObjectSchema
<any
>
Defined in
src/service/domain/workflow/project_snapshot_published.ts:21
Functions
createEvent
▸ createEvent(source
, publisher
, project
, time?
): Type
<Event
>
Parameters
Name | Type |
---|---|
source | string |
publisher | string |
project | Project |
time | string |
Returns
Defined in
src/service/domain/workflow/project_snapshot_published.ts:29
validate
▸ validate(input
): Type
<Event
>
Parameters
Name | Type |
---|---|
input | any |
Returns
Defined in
src/service/domain/workflow/project_snapshot_published.ts:50