diff --git a/src/scripts/scrape-data/handiwork-parse.ts b/src/scripts/scrape-data/handiwork-parse.ts index 66cb988..892295b 100644 --- a/src/scripts/scrape-data/handiwork-parse.ts +++ b/src/scripts/scrape-data/handiwork-parse.ts @@ -15,10 +15,6 @@ import { IBasic, TAuthor, TEngine, TExternalPlatform, TStatus } from "../interfa import shared, { TPrefixDict } from "../shared"; import { ILink, IPostElement } from "./post-parse"; -export async function getHandiworkInformation(url: string): Promise; - -export async function getHandiworkInformation(url: Thread): Promise; - /** * Gets information of a particular handiwork from its thread. *