export interface IAfterFind { afterFind(res: any): Promise | void; }