declare type WFHTTPMethod = ('GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH');
export default WFHTTPMethod;
