UNPKG

lokalise-file-exchange

Version:
8 lines (6 loc) 183 B
import type { RetryParams } from "../interfaces/index.js"; export interface LokaliseExchangeConfig { projectId: string; useOAuth2?: boolean; retryParams?: Partial<RetryParams>; }