export interface IAfterSave { afterSave(saveResponse?: any): Promise | void; }