interface CopyEntityInterface extends CopyInterface { original: Promise; sources: Promise; }