タブ情報の型定義

interface UserTaskTabInfo {
    title: string;
    visible: boolean;
}

Properties

Properties

title: string

タイトル

visible: boolean

表示可否