Type Alias Product

Product: Partial<PushedProduct> & {
    product_id: string;
    selected_sku_id?: string;
    valid_until?: string;
}