service/domain/workflow/project_create
Api Code Documentation / Exports / service/domain/workflow/project_create
Table of contents
Interfaces
Functions
Functions
createProject
▸ createProject(ctx
, creatingUser
, data
, repository
): Promise
<Type
<Event
>>
Parameters
Name | Type |
---|---|
ctx | Ctx |
creatingUser | ServiceUser |
data | RequestData |
repository | Repository |
Returns
Defined in
src/service/domain/workflow/project_create.ts:62
validate
▸ validate(input
): Type
<RequestData
>
Parameters
Name | Type |
---|---|
input | any |