Interface WorkerServiceCall

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

Properties

id: string
method: string
parameters: any[]
serviceUID: string