export interface IMocks { enable: boolean; port: number; basePath: string; wrapper: string; }