export interface IFoundField {
    name: string;
    fields?: IFoundField[];
}
