Wrong parameter type in overload

pull/77/head
MillenniumEarl 2021-03-08 12:32:42 +01:00
parent 40f65d9fbb
commit d16ee36fc1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ 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: string): Promise<T>;
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.