export interface IConnectionParameters { port?: number; maxSize?: number; tokenLife?: number; CORS?: boolean; allowedHeaders?: string[]; }