Type alias WorkflowStatusRecord

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

Type declaration