interface MockttpClientResponse {
    mockRoot: string;
    port: number;
}

Properties

Properties

mockRoot: string
port: number