export interface DeliveryItemSpec { quantity?: string; categories?: string[]; handlingInstructions?: string[]; weight?: string[]; }