stop web linter from complaining (#13755)

This commit is contained in:
Josh Hawkins
2024-09-15 12:43:03 -05:00
committed by GitHub
parent 0c86c77d42
commit 329bece28d

View File

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