interface IRatingTestButton {
    color?: string;
    defectId?: number;
    label: string;
    selectedColor?: string;
}

Properties

color?: string
defectId?: number
label: string
selectedColor?: string