interface IBoardMember {
    is_voting: boolean;
    position: string;
    position_title: string;
    username: string;
}

Hierarchy (view full)

Properties

is_voting: boolean
position: string
position_title: string
username: string