Type alias WorkflowPlaces

WorkflowPlaces: {
    [name: string]: ClassType<WorkflowEvent>;
}

Type declaration

Generated using TypeDoc