export default interface ILocation {
  windowTitle: string;
  url: string;
  lastVisited: string; // Stored as an ISO string
}
