import { IBatch } from "./IBatch"; import { ITask } from "./ITask"; import { IBracket } from "./app"; export interface ILeadTime> { batch: IBatch, leadTimeToStartInDays: IBracket, leadTimeToFinishInDays: IBracket, cumulatedConfidenceRatio: number }