2
0
Yuki Takei 4 жил өмнө
parent
commit
f8d332e353

+ 1 - 0
packages/app/src/interfaces/search.ts

@@ -14,6 +14,7 @@ export type IPageSearchMeta = {
   };
 }
 
+// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types, @typescript-eslint/no-explicit-any
 export const isIPageSearchMeta = (meta: any): meta is IPageSearchMeta => {
   return !!(meta as IPageSearchMeta)?.elasticSearchResult;
 };