Type Alias WorkflowStatusRecord

WorkflowStatusRecord: {
    [key: string]: WorkflowStatus;
}