Home > @rushstack/package-extractor > IExtractorMetadataJson
IExtractorMetadataJson interface
The extractor-metadata.json file format.
Signature:
export interface IExtractorMetadataJson
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| links | ILinkInfo[] | A list of all links that are part of the extracted project. | |
| mainProjectName | string | The name of the main project the extraction was performed for. | |
| projects | IProjectInfoJson[] | A list of all projects that were extracted. |