Skip to content

DoCurious API Reference / types / RecentSearch

Interface: RecentSearch

Defined in: types/explore.types.ts:150

A user's recent search query, stored locally for the search history dropdown.

Properties

query

query: string

Defined in: types/explore.types.ts:152

The search string the user entered


timestamp

timestamp: string

Defined in: types/explore.types.ts:154

ISO datetime when the search was performed

DoCurious Platform Documentation