export interface IAfterRemove { afterRemove(res: any): Promise | void; }