export class PilotDto { name: string; address: string; city: string; state: string; postalCode: string; email?: string; phone?: string; }