Skip to content

destillationapp-frontend v0.1.0


destillationapp-frontend / types/store / RootStateOnly

Interface: RootStateOnly

Defined in: types/store/index.ts:7

Interface representing the root state properties used only in the root.

Extended by

Properties

comingFromRoute

comingFromRoute: boolean

Defined in: types/store/index.ts:8

Indicates if navigation came from a route change.


searchQuery

searchQuery: string

Defined in: types/store/index.ts:9

The current search query string.