Mocky Balboa API Reference
    Preparing search index...

    Interface MockyBalboaModuleOptions

    interface MockyBalboaModuleOptions {
        enabled?: boolean;
        serverOptions?: ServerOptions;
    }
    Index

    Properties

    enabled?: boolean

    Enable or disable the module.

    true
    
    serverOptions?: ServerOptions