import type { JiraDateInput } from './jiraDateInput';

export interface JiraDateField {
  date?: JiraDateInput;
  fieldId: string;
}
