import { DeleteMode } from "../../Common/Type"; export interface IDeleteEventParam { type: DeleteMode; }