Type Alias Product

Product: {
    product_id: string;
    selected_sku_id?: string;
}