import { NextFlowRun } from '../models/NextFlowRun';
export type UiNextFlowRunByFlow = Record<string, NextFlowRun>;
