import { Field } from './field.model';
export interface FieldList {
    [field: string]: Field;
}
