interface BuffTargetItem {
    category: string;
    icon?: string;
    label?: string;
}

Properties

Properties

category: string

The buff target's category.

icon?: string

The URL to an icon.

label?: string

The buff target's label.