The users and groups who own the board.

interface BoardAdminsBean {
    groups?: GroupBean[];
    users?: UserBean[];
}

Properties

Properties

groups?: GroupBean[]
users?: UserBean[]