service/domain/workflow/subproject
Api Code Documentation / Exports / service/domain/workflow/subproject
Table of contents
Interfaces
Type Aliases
Variables
Functions
Type Aliases
Id
Ƭ Id: string
Defined in
src/service/domain/workflow/subproject.ts:18
Variables
idSchema
• Const
idSchema: StringSchema
<string
>
Defined in
src/service/domain/workflow/subproject.ts:20
schema
• Const
schema: ObjectSchema
<any
>
Defined in
src/service/domain/workflow/subproject.ts:44
Functions
permits
▸ permits(subproject
, actingUser
, intents
): boolean
Parameters
Name | Type |
---|---|
subproject | Subproject |
actingUser | ServiceUser |
intents | default [] |
Returns
boolean
Defined in
src/service/domain/workflow/subproject.ts:68
validate
▸ validate(input
): Type
<Subproject
>
Parameters
Name | Type |
---|---|
input | any |