MethodType:
    | "GET"
    | "HEAD"
    | "POST"
    | "PUT"
    | "PATCH"
    | "DELETE"
    | "CONNECT"
    | "OPTIONS"
    | "TRACE"

Code generated by commercetools RMF-Codegen. DO NOT EDIT. Please don't change this file manually but run rmf-codegen generate <raml_file_path> -o <output_path> -t typescript_client to update it. For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.