export interface IAlarmEntry { Time_ms:number; MsgProc: number; StateAfter: number; MsgClass: number; MsgNumber: number; Var1:string; Var2:string; Var3:string; Var4:string; Var5:string; Var6:string; Var7:string; Var8:string; TimeString:Date; MsgText:string; PLC :string; SeqID:number; } export interface IHmiAlarmEntry extends IAlarmEntry{ //This part will be applied by the config and is not from inax LineColore:string; }