askui
Version:
Reliable, automated end-to-end-testing that depends on what is shown on your screen instead of the technology you are running on
14 lines (13 loc) • 1.15 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InputEvent = exports.Action = exports.InferenceResponse = exports.ControlCommandCode = exports.ControlCommand = void 0;
var control_command_1 = require("./control-command");
Object.defineProperty(exports, "ControlCommand", { enumerable: true, get: function () { return control_command_1.ControlCommand; } });
var control_command_code_1 = require("./control-command-code");
Object.defineProperty(exports, "ControlCommandCode", { enumerable: true, get: function () { return control_command_code_1.ControlCommandCode; } });
var inference_response_1 = require("../inference-response/inference-response");
Object.defineProperty(exports, "InferenceResponse", { enumerable: true, get: function () { return inference_response_1.InferenceResponse; } });
var action_1 = require("./action");
Object.defineProperty(exports, "Action", { enumerable: true, get: function () { return action_1.Action; } });
var input_event_1 = require("./input-event");
Object.defineProperty(exports, "InputEvent", { enumerable: true, get: function () { return input_event_1.InputEvent; } });