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