export interface Destination { DestinationID: number; DestinationName: string; }