Home > @microsoft/rush-lib > ApprovedPackagesItem
ApprovedPackagesItem class
An item returned by ApprovedPackagesConfiguration
Signature:
export declare class ApprovedPackagesItem
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the ApprovedPackagesItem class.
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| allowedCategories | Set<string> | The project categories that are allowed to use this package. | |
| packageName | string | The NPM package name |