From f62b2345f463695ef0f8f79830cd76b6e0332821 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sat, 13 Jan 2024 10:35:22 +0700 Subject: Refactor src migrate folder --- src-migrate/common/types/solr.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src-migrate/common/types/solr.ts (limited to 'src-migrate/common/types/solr.ts') diff --git a/src-migrate/common/types/solr.ts b/src-migrate/common/types/solr.ts deleted file mode 100644 index d231c305..00000000 --- a/src-migrate/common/types/solr.ts +++ /dev/null @@ -1,7 +0,0 @@ -export type SolrResponse = { - response: { - numFound: number; - start: number; - docs: T; - }; -}; -- cgit v1.2.3