interface WorkflowAssociationStatusMapping {
    newStatusId?: string;
    oldStatusId?: string;
}

Properties

newStatusId?: string
oldStatusId?: string