export type EnqueueOptions = { sourceLocale?: string; targetLocales: string[]; requireApproval?: boolean; modelProvider?: string; force?: boolean; timeout?: number; };