service/domain/workflow/subproject_snapshot_published
Api Code Documentation / Exports / service/domain/workflow/subproject_snapshot_published
Table of contents
Interfaces
Variables
Functions
Variables
schema
• Const schema: ObjectSchema<any>
Defined in
src/service/domain/workflow/subproject_snapshot_published.ts:22
Functions
createEvent
▸ createEvent(source, publisher, subproject, time?): Type<Event>
Parameters
| Name | Type |
|---|---|
source | string |
publisher | string |
subproject | Subproject |
time | string |
Returns
Defined in
src/service/domain/workflow/subproject_snapshot_published.ts:31
validate
▸ validate(input): Type<Event>
Parameters
| Name | Type |
|---|---|
input | any |
Returns
Defined in
src/service/domain/workflow/subproject_snapshot_published.ts:53