interface HistoryEntry {
    relativeTime: string;
    title: string;
    url: string;
}

Properties

relativeTime: string

Human readable relative time

title: string

Platform-dependent page identifier - could be HTML title, URL pathname, or other identifier. Examples: 'YouTube - Homepage', '/users/settings', 'Netflix', '/v2/api/analytics'

url: string

Full page URL