core-utils
    Preparing search index...

    Interface EnsureClearanceResult

    interface EnsureClearanceResult {
        logPath?: string;
        pid?: number;
        pidPath?: string;
        port: number;
        status: "already-running" | "started";
    }
    Index
    logPath?: string
    pid?: number
    pidPath?: string
    port: number
    status: "already-running" | "started"