UNPKG

flagpole

Version:

Simple and fast DOM integration, headless or headful browser, and REST API testing framework.

8 lines (7 loc) 281 B
import { ProtoScenario } from "../scenario"; import { XmlResponse } from "./xml-response"; export declare class XmlScenario extends ProtoScenario { readonly adapter: import("../interfaces/http").HttpAdapter; readonly response: XmlResponse; readonly typeName = "XML"; }