Home > @rushstack/package-extractor > ILinkInfo
ILinkInfo interface
Represents a symbolic link.
Signature:
export interface ILinkInfo
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
'fileLink' | 'folderLink' | The type of link that was encountered. | ||
string | The path to the link, relative to the root of the extractor output folder. | ||
string | The target that the link points to. |