export interface ActivityLogItemDescription { title: string; subTitle: string; additional: any; // this will be changed when Additional is defined }