mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
feat(api-extractor): replace type parameters with their actual values on inherited members (#9939)
* refactor: use tokenRange for typeParams in heritage * fix: correct type param replacement
This commit is contained in:
@@ -44,7 +44,7 @@ export interface IApiClassOptions
|
||||
}
|
||||
|
||||
export interface IExcerptTokenRangeWithTypeParameters extends IExcerptTokenRange {
|
||||
typeParameters: string[];
|
||||
typeParameters: IExcerptTokenRange[];
|
||||
}
|
||||
|
||||
export interface IApiClassJson
|
||||
|
||||
Reference in New Issue
Block a user