interface IFieldProps { [propsName: string]: any; } interface IFieldLayout { fields: any[]; keyProps?: Record; }