Interface IBadge

Represents a badge associated with a user.

interface IBadge {
    description: string;
    icon: string;
    id: string;
    link: string;
}

Properties

Properties

description: string

Description of the badge.

icon: string

Icon URL for the badge.

id: string

ID of the badge.

link: string

Link related to the badge.