Skip to content

Commit

Permalink
docs: describe RouterHistory
Browse files Browse the repository at this point in the history
  • Loading branch information
LayZeeDK committed Jan 5, 2023
1 parent 154ed54 commit 4d5d839
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ import {
RouterSequence,
} from './router-sequence';

/**
* A history of router navigated sequences.
*
* The key is the navigation ID.
*/
type RouterHistory = Readonly<Record<number, RouterNavigatedSequence>>;
interface RouterHistoryState {
/**
Expand Down

0 comments on commit 4d5d839

Please sign in to comment.