Linter appeasement

This commit is contained in:
Dan Q 2023-09-29 11:02:19 +01:00
parent 5e34eb4c78
commit b0b2afd26d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
export type SearchAPIJSONType = {
products: Array<SearchAPIProductType>;
}
products: Array< SearchAPIProductType >;
};
export type SearchAPIProductType = {
title: string;