core-utils
    Preparing search index...
    interface EnsureClearanceResult {
        logPath?: string;
        pid?: number;
        pidPath?: string;
        port: number;
        status: "already-running" | "started";
    }
    Index

    Properties

    logPath?: string
    pid?: number
    pidPath?: string
    port: number
    status: "already-running" | "started"