interface RecentResultsListInitialState {
    results: Result[];
}

Properties

Properties

results: Result[]

The list of recent results.

[]