﻿export class TfabricaCrudFilterValue {

    public value: string;
    public label: string;
    public isSelected: boolean;


}