export interface Article { reference: string; serialized: boolean; countedQuantity?: number; serialNumbers?: string[]; expectedQuantity?: number; }