import type { JiraColorInput } from './jiraColorInput';

export interface JiraColorField {
  color: JiraColorInput;
  fieldId: string;
}
