export interface JiraLabelsInput {
  name: string;
}
