UNPKG

terminus-sync-config

Version:

Sync configuration files to GitHub Gist or Gitee Gist

14 lines (13 loc) 359 B
import { ConfigProvider } from 'terminus-core'; export declare class SyncConfigProvider extends ConfigProvider { defaults: { syncConfig: { type: string; baseUrl: string; token: string; gist: string; lastSyncTime: string; encryption: boolean; }; }; }