export interface RequestLostSaleItemCreateOrUpdate { id?: string; sku: string; reason: string; quantity?: number; }