/**
 * *****************************************************
 */
export interface StringDictionary {
    [index: string]: any;
}
