export interface IField {
    name: string;
    value: string;
    inline?: boolean;
}
