export interface IModalState { id?: string; visible: boolean; }