UNPKG

lokalise-file-exchange

Version:
11 lines (9 loc) 278 B
import type { LogThreshold } from "kliedz"; import type { RetryParams } from "../interfaces/index.js"; export interface LokaliseExchangeConfig { projectId: string; useOAuth2?: boolean; retryParams?: Partial<RetryParams>; logThreshold?: LogThreshold; logColor?: boolean; }