interface BoardFilterBean {
    id?: number;
    name?: string;
    self?: string;
}

Properties

Properties

id?: number
name?: string
self?: string