|
|
@@ -1,6 +1,7 @@
|
|
|
import { rest } from 'msw';
|
|
|
import { urlPrefix } from './mock.settings';
|
|
|
-import type { Response, SearchResult } from '@/types/search.types';
|
|
|
+import type { Response } from "@/types/response.types";
|
|
|
+import type { SearchResult } from "@/types/search.types";
|
|
|
|
|
|
export const handlers = [
|
|
|
rest.post(`${urlPrefix}/search`, (req, res, ctx) => {
|