Linter appeasement
This commit is contained in:
parent
5e34eb4c78
commit
b0b2afd26d
|
@ -1,6 +1,6 @@
|
|||
export type SearchAPIJSONType = {
|
||||
products: Array<SearchAPIProductType>;
|
||||
}
|
||||
products: Array< SearchAPIProductType >;
|
||||
};
|
||||
|
||||
export type SearchAPIProductType = {
|
||||
title: string;
|
||||
|
|
Loading…
Reference in New Issue