UNPKG

config-srv

Version:

API and REST interface for editing a structured set of parameters

5 lines (4 loc) 70 B
export interface ISocketReturn<T> { error?: string, result?: T, }