UNPKG

95 BTypeScriptView Raw
1export declare class ConfigModel<T> {
2 _id: string;
3 Name: string;
4 Config: T;
5}