actor: remove dependency on database types
Created by: bobheadxi
Extracted from and required by https://github.com/sourcegraph/sourcegraph/pull/28117 . This causes an unpleasant import cycle on httpcli
if httpcli
imports actor
(see #28117)
Users of actor
will now no longer have to import the dependency tree that comes with the database types.