export interface UpdateData { /** * New data which is updated */ data?: any; } export default UpdateData;