interface MockttpPluginOptions {
    options?: Partial<MockttpOptions>;
    port?: number | PortRange;
}

Properties

Properties

options?: Partial<MockttpOptions>
port?: number | PortRange