interface Products { name: string, price: number, [extraProp: string]: any }