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;
};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;
};