@oss-autopilot/core - v1.6.3
    Preparing search index...

    Interface ConfigSetOutput

    interface ConfigSetOutput {
        key: string;
        success: true;
        value: string;
    }
    Index

    Properties

    Properties

    key: string
    success: true
    value: string