export interface AnyObject {
    [p: string]: any;
}
