refactor: types dir import
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
import axios, { AxiosError } from "axios";
|
||||
import createHttpError, { type HttpError } from "http-errors";
|
||||
import { load, type CheerioAPI, type SelectorType } from "cheerio";
|
||||
import type { ScrapedAnimeSearchResult } from "../models/parsers/index.js";
|
||||
import type { ScrapedAnimeSearchResult } from "../types/parsers/index.js";
|
||||
|
||||
// /anime/search?q=${query}&page=${page}
|
||||
async function scrapeAnimeSearch(
|
||||
|
||||
Reference in New Issue
Block a user