httpyac
Version:
HTTP/REST CLI Client for *.http files
6 lines (5 loc) • 486 B
TypeScript
import { SelectedValue, SelectReturnType } from 'xpath';
import * as models from '../../models';
import { XPathProcessorContext } from './xpathProcessorContext';
export declare function provideAssertValueXPath(type: string, value: string | undefined, response: models.HttpResponse, context: XPathProcessorContext): Promise<SelectedValue | SelectedValue[] | undefined>;
export declare function getSelectReturnType(results: SelectReturnType): SelectedValue | SelectedValue[] | undefined;