docs: Add missing @extends

#9028 djs
This commit is contained in:
March 7th
2023-01-08 14:39:47 +07:00
parent eaf8167ce4
commit 85d2bdbdc4
10 changed files with 12 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ const AssetTypes = Object.keys(ClientApplicationAssetTypes);
/**
* Represents an OAuth2 Application.
* @extends {Base}
* @abstract
*/
class DeveloperPortalApplication extends Base {