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
11 lines (10 loc) • 386 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetStartingArgumentsRequest = void 0;
class GetStartingArgumentsRequest {
constructor() {
this.msgName = GetStartingArgumentsRequest.msgName;
}
}
exports.GetStartingArgumentsRequest = GetStartingArgumentsRequest;
GetStartingArgumentsRequest.msgName = 'GET_STARTING_ARGUMENTS_REQUEST';