callMethod<Defined in: packages/modelence/src/client/method.ts:30T>(methodName,args,options):Promise<T>
Type Parameters
| Type Parameter | Default type |
|---|---|
T | unknown |
Parameters
| Parameter | Type |
|---|---|
methodName | string |
args | MethodArgs |
options | CallMethodOptions |
Returns
Promise<T>