// models import { ActivityLogItem } from './'; export interface ActivityLogListsData { title: string; list: ActivityLogItem[]; }