export interface IFieldNames {
    value?: string;
    label?: string;
    children?: string;
}
