Property 'price' does not exist on type '{ id: number; name: string; " price": string; imgUrl: string; " name"?: undefined; " imgUrl"?: undefined; } | { id: number; " name": string; " price": string; " imgUrl": string; name?: undefined; imgUrl?: undefined; }'. Did you mean ' price'?
Property 'price' does not exist on type '{ id: number; name: string; " price": string; imgUrl: string; " name"?: undefined; " img