UNPKG

@o3r/core

Version:
14 lines 303 B
/** * Unique identifier of an item in the extracted metadata */ export interface ItemIdentifier { /** * Name of the library where the item is originally from */ library: string; /** * Name of the item */ name: string; } //# sourceMappingURL=item-identifier.d.ts.map