type InputGroup = {
  id: string,
  members?: string[]
};

export default InputGroup;
