接口 反馈类别

interface FeedbackCategory {
    value: number;
    label?: null | string;
}

属性

value: number
label?: null | string