/** * Created by obarda on 19/11/2015. */'use strict';/*this is in uppercase because of the server response*/exportclassActivity{TIMESTAMP:string;ACTION:string;MODIFIER:string;STATUS:string;DESC:string;COMMENT:string;//custom datapublicdateFormat:string;constructor(){}publictoJSON=():any=>{this.dateFormat=undefined;returnthis;};}