Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/package-extractor > IExtractorMetadataJson

IExtractorMetadataJson interface

The extractor-metadata.json file format.

Signature:

export interface IExtractorMetadataJson 

Properties

Property

Modifiers

Type

Description

files

string[]

A list of all files that are part of the extracted project.

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.