import { Lang } from "../types"; export default interface IOptions { from: Lang; to: Lang; }