[fix] reorganize the typing files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { SearchIndex } from "@/lib/search";
|
||||
import { isEmptyString } from "@/lib/utils";
|
||||
import type { TSearchResultItem } from "@/types/search-result";
|
||||
import type { TSearchResultItem } from "@/types/docs.type";
|
||||
import type { NextApiRequest, NextApiResponse } from "next";
|
||||
|
||||
type ResponseData = TSearchResultItem[];
|
||||
|
||||
Reference in New Issue
Block a user