Remove overloads

pull/77/head
MillenniumEarl 2021-03-08 12:37:01 +01:00
parent a05ef64b3c
commit a3114e1a5d
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@ import { IBasic, TAuthor, TEngine, TExternalPlatform, TStatus } from "../interfa
import shared, { TPrefixDict } from "../shared"; import shared, { TPrefixDict } from "../shared";
import { ILink, IPostElement } from "./post-parse"; import { ILink, IPostElement } from "./post-parse";
export async function getHandiworkInformation<T extends IBasic>(url: string): Promise<T>;
export async function getHandiworkInformation<T extends IBasic>(url: Thread): Promise<T>;
/** /**
* Gets information of a particular handiwork from its thread. * Gets information of a particular handiwork from its thread.
* *