UNPKG

@microsoft.azure/autorest.testserver

Version:
18 lines (17 loc) 344 B
export interface CliConfig { verbose?: boolean; debug?: boolean; level?: string; /** * Port to serve the application. */ port: number; /** * Directory where the coverage reports should be saved. */ coverageDirectory: string; /** * Append coverage */ appendCoverage?: boolean; }