export interface RequestBulkSegmentSkuPriceUpdate { segment: string; skus: { sku: string; price: number; availableInCustomerApp: boolean; availableInRwaApp: boolean; priceValidationAt: Date; }[]; }