mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
feat(website): add support for type parameter documentation (#8237)
This commit is contained in:
@@ -19,5 +19,5 @@ export function createApiModel(data: any) {
|
||||
tsdocConfiguration,
|
||||
}) as ApiPackage;
|
||||
model.addMember(apiPackage);
|
||||
return apiPackage as unknown as ApiModel;
|
||||
return model;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user