@openhps/core
    Preparing search index...

    Interface WorkerServiceResponse

    interface WorkerServiceResponse {
        id: string;
        result?: any;
        success: boolean;
    }
    Index
    id: string
    result?: any
    success: boolean