declare type WFHTTPBodyType = ('JSON' | 'Form' | 'File');
export default WFHTTPBodyType;
