export interface JiraColorInput {
  name: string;
}
