export interface JiraDateTimeInput {
  formattedDateTime: string;
}
