service/domain/workflow/project_created
Api Code Documentation / Exports / service/domain/workflow/project_created
#
Table of contents#
Interfaces#
Variables#
Functions#
Variables#
schema• Const
schema: ObjectSchema
#
Defined insrc/service/domain/workflow/project_created.ts:51
#
Functions#
createEventâ–¸ createEvent(source
, publisher
, project
, time?
): Type
<Event
>
#
ParametersName | Type |
---|---|
source | string |
publisher | string |
project | InitialData |
time | string |
#
Returns#
Defined insrc/service/domain/workflow/project_created.ts:59
#
createFromâ–¸ createFrom(ctx
, event
): Type
<Project
>
#
ParametersName | Type |
---|---|
ctx | Ctx |
event | Event |
#
Returns#
Defined insrc/service/domain/workflow/project_created.ts:86
#
validateâ–¸ validate(input
): Type
<Event
>
#
ParametersName | Type |
---|---|
input | any |