export class MedicalDto { id: string; class: string; expirationDate: string; pilotId: string; }