export interface IDictionary<U> {
    [fieldKey: string]: U;
}
