PathMoveResponse type

type PathMoveResponse = PathRemoveHeaders & {
  _response: HttpResponse & { parsedHeaders: PathRemoveHeaders }
}