refactor: website facelift (#10823)

This commit is contained in:
Noel
2025-04-10 22:02:37 +02:00
committed by GitHub
parent 1fe53c7ca2
commit 2e3bc69602
80 changed files with 6136 additions and 2529 deletions

View File

@@ -75,7 +75,6 @@ export enum Meaning {
*
* @public
*/
export interface IApiItemOptions {}
export interface IApiItemJson {

View File

@@ -77,7 +77,6 @@ export class ApiModel extends ApiItemContainerMixin(ApiItem) {
/**
* @override
*/
public override get containerKey(): string {
return '';
}