export interface Translate {
  from?: string;
  to: string;
}
