export interface RequestLmDispatchItemCreateOrUpdate { id?: string; customer: string; orderItem: string; quantity: number; boxes?: string; locusBatchID?: string; locusPlanID?: string; }