export interface RequestPackingItemCreateOrUpdate { id?: string; orderItem: string; pieces?: number; quantity: number; boxes: string; }