export class AllGroupsDto {
  filter: string;
  search: string;
}