export interface RequestProcessingOutputItemCreateOrUpdate { id?: string; sku: string; quantity?: number; usageDate: string; }