export interface IData {
  Prefix: number;
  Destination: string;
}
