UNPKG

sdg-admin

Version:

pomelo sdg admin plugin

9 lines (8 loc) 158 B
export interface IAdminClientOts { host: string; port: number; username: string; password: string; timeout?: number; path?: string; }