UNPKG

terminus-cloud-settings-sync

Version:

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

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