Type alias MethodRequest<Method, Args>

MethodRequest<Method, Args>: {
    args: Args;
    method: Method;
}

Type Parameters

  • Method extends string = string

  • Args = unknown[]

Type declaration

  • args: Args
  • method: Method

Generated using TypeDoc