Mocky Balboa API Reference
    Preparing search index...

    Interface MockyBalboaIntegrationOptions

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

    Properties

    enabled?: boolean

    Controls whether the integration is enabled or not.

    true
    
    serverOptions?: ServerOptions