export interface TwikooOptions {
  envId: string
  el?: string
  region?: string
  path?: string
  lang?: string
}
