opencarl
    Preparing search index...

    Interface IntegrationOptions

    interface IntegrationOptions {
        agentsPath?: string;
        integrate?: boolean;
        integrateOpencode?: boolean;
        remove?: boolean;
    }
    Index

    Properties

    agentsPath?: string
    integrate?: boolean
    integrateOpencode?: boolean
    remove?: boolean