import InputGroup from "./InputGroup";

type Group = InputGroup & {
  created_at: string,
  updated_at: string
};

export default Group;
