The base icon data typically used in payloads.

interface IconData {
    iconURL?: string;
    proxyIconURL?: string;
}

Hierarchy (View Summary)

Properties

iconURL?: string

The URL of the icon.

proxyIconURL?: string

The proxy URL of the icon.