IliaIdakiev/query-param-store

Update interface

FIZLIN opened this issue · 1 comments

Currently the IQueryParamsStoreRoute interface has the queryParamsConfig param set as optional. Not having it on some routes leads to confusing errors.

The idea is to allow users to use IQueryParamsStoreRoute for their default routes as well so they don't have to separate the default ones from the query param ones or to set queryParamsConfig: null