stop web linter from complaining (#13755)

This commit is contained in:
Josh Hawkins
2024-09-15 11:43:03 -06:00
committed by GitHub
parent 0c86c77d42
commit 329bece28d
+1 -1
View File
@@ -54,4 +54,4 @@ export type SearchQueryParams = {
page?: number;
};
export type SearchQuery = [string, SearchQueryParams] | null;
export type SearchQuery = [string, SearchQueryParams] | null;