UNPKG

terminus-cloud-settings-sync

Version:

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

10 lines (9 loc) 475 B
import { ConfigService, PlatformService } from 'terminus-core'; import { ToastrService } from 'ngx-toastr'; import { GistParams } from '../../../interface'; declare class Gists { sync: (config: ConfigService, platform: PlatformService, toast: ToastrService, params: GistParams, firstInit?: boolean) => Promise<any>; syncLocalSettingsToCloud: (platform: PlatformService, toast: ToastrService) => Promise<any>; } declare const _default: Gists; export default _default;