export interface IContact { Id?:number; AutomationId?:number; InitiatorId?:number; CriteriaId?:number; Name?:string; contactList?:IContact[]; }