export type FieldDefault = { [propName: string]: any; }; export type FieldDefaultsObj = { [fieldName: string]: FieldDefault; };