export interface ReceptionData { id: number dsd: number | null licensePlate: string | null weight: number | null receptionDate: string currentStep: number isValid: boolean }