We are implementing multilang in our app. we have many functions of this shape
const someFunction = (lang: string, url: string) => any
In