Ecom product item

interface Product {
    id: string;
    name: string;
    price: number;
}

Properties

Properties

id: string

Product ID

name: string

Product name

price: number

Product price