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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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