export interface IDestination { id: number; value: string; destinationBreadCrumb?: string; typeName?: string; type: number; } export interface ITourDestination { id: number; value: string; destinationBreadCrumb?: string; typeName?: string; destinationTypeId: number; typeCode: number; }