UNPKG

terminus-cloud-settings-sync

Version:

Cloud Services sync the Tabby config and connections across platform devices.

15 lines (14 loc) 554 B
import { ConfigService, PlatformService } from 'terminus-core'; import { ToastrService } from 'ngx-toastr'; declare class FTP { private ftpClient; sync(config: ConfigService, platform: PlatformService, toast: ToastrService, params: any, firstInit?: boolean): Promise<{ result: boolean; message: string; }>; private uploadLocalSettings; syncLocalSettingsToCloud(platform: PlatformService, toast: ToastrService): Promise<boolean>; private static createClient; } declare const _default: FTP; export default _default;