avancement planning
This commit is contained in:
+6
-2
@@ -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
|
||||
Reference in New Issue
Block a user