ProxyRequestMethod

Signature

export declare enum ProxyRequestMethod {    Delete = "delete",    Get = "get",    Patch = "patch",    Post = "post",    Put = "put"}

Members

This export does not declare public properties or methods in the generated declaration file.