UNPKG

@methodus/server

Version:
9 lines (8 loc) 227 B
import { ServerType } from '../interfaces'; export declare class ServerConfig { instanceId?: string; type: ServerType | any; options: any; onStart?: () => {}; constructor(type: ServerType, options?: any); }