# ReportPartsSettings

## Content

# Type Alias: ReportPartsSettings

```ts
type ReportPartsSettings = object;
```

## Properties

### enabled?

```ts
optional enabled?: boolean;
```

***

### libraries?

```ts
optional libraries?: object[];
```

List of initially available for user libraries

#### name

```ts
name: string;
```

#### path

```ts
path: string;
```
