core-utils
    Preparing search index...

    Interface StopClearanceResult

    interface StopClearanceResult {
        pid?: number;
        port: number;
        status: "not-running" | "stopped";
    }
    Index
    pid?: number
    port: number
    status: "not-running" | "stopped"