[]
type PresetImageCategory = object;
Represents a category of preset images
optional icon?: string;
Optional icon URL for the category
items: PresetImageItem[];
Array of images in this category
name: string;
Display name for the category