interface RecentQueriesListInitialState {
    queries: string[];
}

Properties

Properties

queries: string[]

The list of recent queries.

[]