const updateCache = (
  oldData: GroupsListSchemaType | undefined,
  variables: Parameters<ReturnType<typeof useDeleteGroup>["mutate"]>[0]
) => {
  if (!oldData) return undefined;