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