@openhps/core
    Preparing search index...

    Interface WorkerServiceCall

    interface WorkerServiceCall {
        id: string;
        method: string;
        parameters: any[];
        serviceUID: string;
    }
    Index
    id: string
    method: string
    parameters: any[]
    serviceUID: string