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

    Interface SetupSetOutput

    interface SetupSetOutput {
        settings: Record<string, string>;
        success: true;
        warnings?: string[];
    }
    Index

    Properties

    settings: Record<string, string>
    success: true
    warnings?: string[]