Remove overloads
parent
a05ef64b3c
commit
a3114e1a5d
|
@ -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<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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue