UNPKG

translation-io-sync

Version:

This Typescript implementation acts as a `translation.io` client

6 lines (5 loc) 105 B
export interface ServiceConfiguration { apiKey: string; version: string; hostname: string; }