interface BoardRow {
    color?: string;
    id?: string;
    name?: string;
}

Properties

Properties

color?: string
id?: string
name?: string