import { MessageType } from '../../PredefinedConfig/Common/Enums'; export interface ISystemStatus { StatusMessage: string; StatusType: MessageType; }