Wrong parameter type in overload
parent
40f65d9fbb
commit
d16ee36fc1
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue