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 in
src/service/domain/workflow/project.ts:14
Variables
idSchema
• Const
idSchema: StringSchema
<string
>
Defined in
src/service/domain/workflow/project.ts:16
schema
• Const
schema: ObjectSchema
<any
>
Defined in
src/service/domain/workflow/project.ts:37
tagsSchema
• Const
tagsSchema: StringSchema
<string
>
Defined in
src/service/domain/workflow/project.ts:17
Functions
permits
▸ permits(project
, actingUser
, intents
): boolean
Parameters
Name | Type |
---|---|
project | Project |
actingUser | ServiceUser |
intents | default [] |
Returns
boolean
Defined in
src/service/domain/workflow/project.ts:57
validate
▸ validate(input
): Type
<Project
>
Parameters
Name | Type |
---|---|
input | any |