Alokai

MethodConfig

Configuration specific to a method, merging RequestConfig with an internal flag. Indicates that the configuration is ready for making a request.

type MethodConfig = RequestConfig & {
  [isConfig]: boolean;
};

Referenced Types

On this page