Interface IQualityLevel

interface IQualityLevel {
    id: string;
    isActive: boolean;
}

Properties

Properties

id: string
isActive: boolean