interface BoardCreateBean {
    filterId?: number;
    location?: LocationBean;
    name?: string;
    type?: "kanban" | "scrum" | "agility";
}

Properties

filterId?: number
location?: LocationBean
name?: string
type?: "kanban" | "scrum" | "agility"