export interface IList { id: string; date: string; isLoaded: boolean; }