export interface SlsTefenValue {
    code: string;
    min: number;
    max: number;
}
