Represents a board badge.

interface BoardBadge {
    boardId?: string;
    imageUrl?: string;
}

Properties

Properties

boardId?: string

The ID of the board represented by this badge.

imageUrl?: string

A link to the SVG resource.