# PresetImageCategory

## Content

# Type Alias: PresetImageCategory

```ts
type PresetImageCategory = object;
```

Represents a category of preset images

## Properties

### name

```ts
name: string;
```

Display name for the category

***

### items

```ts
items: PresetImageItem[];
```

Array of images in this category

***

### icon?

```ts
optional icon: string;
```

Optional icon URL for the category
