export interface ModalVar { visible: boolean; destroy?: boolean; data?: any; [key: string]: any; }