UNPKG

sdg

Version:

pomelo ts

9 lines (8 loc) 145 B
export interface IObject { [key: string]: any; } export interface IPath { path: string; namespace: string; serverType: string; }