Source: base-history/types/type_app_history_state.js

/**
 * The page history state
 * @typedef {Object} AppHistoryState
 * @property {string} pageTitle
 * @property {string} pageUrl
 * @property {number} stackEntry to keep track of the number of state entries, and help distinguish between forward and back pops
 */