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

    Interface CheckSetupOutput

    interface CheckSetupOutput {
        setupComplete: boolean;
        username: string;
    }
    Index

    Properties

    setupComplete: boolean
    username: string