export default interface ILocation {
    windowTitle: string;
    url: string;
    lastVisited: string;
}
