interface EBin {
    id: number;
    max: number;
    min: number;
}

Properties

Properties

id: number
max: number
min: number