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