avancement planning

This commit is contained in:
2026-05-26 11:58:39 +02:00
parent 619a2b240a
commit 150b97cd2e
4892 changed files with 99214 additions and 429382 deletions
+6 -2
View File
@@ -1,4 +1,4 @@
import { BaseMetadata } from "../types.js";
import { BaseMetadata } from '../types.js';
/**
* Utilities for working with BaseMetadata objects.
*/
@@ -8,5 +8,9 @@ import { BaseMetadata } from "../types.js";
* For other objects: title → name
* This implements the spec requirement: "if no title is provided, name should be used for display purposes"
*/
export declare function getDisplayName(metadata: BaseMetadata): string;
export declare function getDisplayName(metadata: BaseMetadata | (BaseMetadata & {
annotations?: {
title?: string;
};
})): string;
//# sourceMappingURL=metadataUtils.d.ts.map