export interface ValidateEdit { /** * Row data */ data: any; } export default ValidateEdit;