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