# ReportItemStyle

## Content

# Type Alias: ReportItemStyle&lt;T&gt;

```ts
type ReportItemStyle<T> = object;
```

## Type Parameters

### T

`T`

## Properties

### content

```ts
content: T;
```

***

### id

```ts
id: string;
```

***

### name

```ts
name: string;
```
