stop web linter from complaining

This commit is contained in:
Josh Hawkins 2024-09-15 12:40:23 -05:00
parent fc145016ea
commit b00b6d603f

View File

@ -54,4 +54,4 @@ export type SearchQueryParams = {
page?: number;
};
export type SearchQuery = [string, SearchQueryParams] | null;
export type SearchQuery = [string, SearchQueryParams] | null;