service/domain/workflow/project
Api Code Documentation / Exports / service/domain/workflow/project
#
Table of contents#
Interfaces#
Type aliases#
Variables#
Functions#
Type aliases#
IdƬ Id: string
#
Defined insrc/service/domain/workflow/project.ts:13
#
Variables#
idSchema• Const
idSchema: StringSchema
#
Defined insrc/service/domain/workflow/project.ts:15
#
tagsSchema• Const
tagsSchema: StringSchema
#
Defined insrc/service/domain/workflow/project.ts:16
#
Functions#
permitsâ–¸ permits(project
, actingUser
, intents
): boolean
#
ParametersName | Type |
---|---|
project | Project |
actingUser | ServiceUser |
intents | default [] |
#
Returnsboolean
#
Defined insrc/service/domain/workflow/project.ts:56
#
validateâ–¸ validate(input
): Type
<Project
>
#
ParametersName | Type |
---|---|
input | any |