export interface JiraDateInput {
  formattedDate: string;
}
