interface PrivatePostProcessingResultCreateWorkStep {
    articleUserData?: StringIndexedInterface;
    nodeUserData: StringIndexedInterface;
    processId: string;
    processType: ProcessType;
}

Properties

articleUserData?: StringIndexedInterface
processId: string
processType: ProcessType