import type { JiraGroupInput } from './jiraGroupInput';

export interface JiraSingleGroupPickerField {
  fieldId: string;
  group: JiraGroupInput;
}
