export interface JiraDurationField {
  originalEstimateField: string;
}
